调研表

Uat_Study
hang 2023-08-31 17:00:01 +08:00
parent 5cbefec0b0
commit 62f8d5823f
1 changed files with 1 additions and 1 deletions

View File

@ -1019,7 +1019,7 @@ namespace IRaCIS.Core.API.Controllers
throw new BusinessValidationFailedException(StaticData.International("UploadDownLoad_InvalidCenters")); throw new BusinessValidationFailedException(StaticData.International("UploadDownLoad_InvalidCenters"));
} }
if (excelList.GroupBy(t => new { t.UserTypeStr, t.Email }).Any(g => g.Count() > 1)) if (excelList.GroupBy(t => new {t.TrialSiteCode, t.UserTypeStr, t.Email }).Any(g => g.Count() > 1))
{ {
// 同一邮箱,同一用户类型,只能生成一个账户,请核查Excel数据 // 同一邮箱,同一用户类型,只能生成一个账户,请核查Excel数据