裁判问题编辑验证先去除

This commit is contained in:
he
2026-08-19 16:10:38 +08:00
parent bbcec53050
commit b700350db6
@@ -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"]);
}
}