Uat_Study
he 2022-11-02 14:16:00 +08:00
parent b2ad005ae6
commit af29def1ce
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ namespace IRaCIS.Core.Application
.WhereIf(trialCriterion.FormType == FormType.MultiplePage, x => x.ReadingCriterionPageId != null) .WhereIf(trialCriterion.FormType == FormType.MultiplePage, x => x.ReadingCriterionPageId != null)
.AnyAsync(); .AnyAsync();
if (existsJudge) if (existsJudge&& trialCriterion.IsArbitrationReading)
{ {
throw new BusinessValidationFailedException("有裁判问题未配置产生裁判阅片任务的条件,操作失败!"); throw new BusinessValidationFailedException("有裁判问题未配置产生裁判阅片任务的条件,操作失败!");
} }