修改调研验证提示
parent
d575d8ac73
commit
c85bb7f22b
|
@ -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) ||
|
||||||
|
|
Loading…
Reference in New Issue