修改调研验证提示

Uat_Study
hang 2023-08-17 16:21:34 +08:00
parent d575d8ac73
commit c85bb7f22b
1 changed files with 4 additions and 4 deletions

View File

@ -715,10 +715,10 @@ namespace IRaCIS.Core.Application.Contracts
var currentUserList = siteUserList.Where(t => t.TrialSiteSurveyId == trialSiteSurveyId).ToList(); var currentUserList = siteUserList.Where(t => t.TrialSiteSurveyId == trialSiteSurveyId).ToList();
if (!currentUserList.Any(t => t.TrialRoleCode == 1) || !currentUserList.Any(t => t.TrialRoleCode == 5)) //if (!currentUserList.Any(t => t.TrialRoleCode == 1) || !currentUserList.Any(t => t.TrialRoleCode == 5))
{ //{
throw new BusinessValidationFailedException("本次提交必须有CRC和影像阅片人信息"); // throw new BusinessValidationFailedException("本次提交必须有CRC和影像阅片人信息");
} //}
if (!currentUserList.Any(t => t.UserTypeEnum == UserTypeEnum.ClinicalResearchCoordinator) || if (!currentUserList.Any(t => t.UserTypeEnum == UserTypeEnum.ClinicalResearchCoordinator) ||