This commit is contained in:
he
2022-07-20 17:48:49 +08:00
parent 1214a0da5a
commit a9936c2da1
4 changed files with 15 additions and 15 deletions
@@ -63,7 +63,7 @@ namespace IRaCIS.Core.Application
if (existsJudge)
{
throw new BusinessValidationFailedException("配置了裁判问题未配置裁判规则,操作失败");
throw new BusinessValidationFailedException("裁判问题未配置产生裁判阅片任务的条件,操作失败");
}
await _trialRepository.UpdatePartialFromQueryAsync(x => x.Id == inDto.TrialId, x => new Trial()