裁判问题编辑验证先去除
continuous-integration/drone/push Build is passing Details

Uat_IRC_Net10
he 2026-08-19 16:10:38 +08:00
parent ed274d2812
commit 393c915884
1 changed files with 1 additions and 1 deletions

View File

@ -785,7 +785,7 @@ namespace IRaCIS.Core.Application.Service
if (isArbitrationReading && (await _readingQuestionTrialRepository.AnyAsync(x => x.Id == indto.Id && x.IsJudgeQuestion && x.JudgeType != JudgeTypeEnum.None)))
{
//---当前问题已经设置了裁判标准了,修改失败
throw new BusinessValidationFailedException(_localizer["ReadingQuestion_JudgmentSet"]);
// throw new BusinessValidationFailedException(_localizer["ReadingQuestion_JudgmentSet"]);
}
}