Uat_Study
parent
386c6e6f8f
commit
b2ad005ae6
|
@ -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("有裁判问题未配置产生裁判阅片任务的条件,操作失败!");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue