修改
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user