Uat_Study
he 2022-11-02 14:03:54 +08:00
parent 386c6e6f8f
commit b2ad005ae6
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,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("有裁判问题未配置产生裁判阅片任务的条件,操作失败!");
} }