diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingCriterion/ReadingQuestionService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingCriterion/ReadingQuestionService.cs index c5a33ee13..c9a15abb4 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingCriterion/ReadingQuestionService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingCriterion/ReadingQuestionService.cs @@ -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"]); } }