This commit is contained in:
he
2022-11-02 14:16:00 +08:00
parent b2ad005ae6
commit af29def1ce
@@ -114,7 +114,7 @@ namespace IRaCIS.Core.Application
.WhereIf(trialCriterion.FormType == FormType.MultiplePage, x => x.ReadingCriterionPageId != null)
.AnyAsync();
if (existsJudge)
if (existsJudge&& trialCriterion.IsArbitrationReading)
{
throw new BusinessValidationFailedException("有裁判问题未配置产生裁判阅片任务的条件,操作失败!");
}