From ee5708f90543f06cb9a5378f711f2dc657ffdf9d Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Thu, 20 Aug 2026 14:48:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A3=81=E5=88=A4=E8=A7=84=E5=88=99=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=BA=94=E7=94=A8=E5=88=B0=E5=85=B6=E4=BB=96=E6=89=80?= =?UTF-8?q?=E6=9C=89=E8=AE=BF=E8=A7=86=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/ReadingCriterion/ReadingQuestionService.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingCriterion/ReadingQuestionService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingCriterion/ReadingQuestionService.cs index c9a15abb4..2a84288fc 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingCriterion/ReadingQuestionService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingCriterion/ReadingQuestionService.cs @@ -245,9 +245,10 @@ namespace IRaCIS.Core.Application.Service if (rulesToAdd.Count > 0) { await _readingQuestionVisitJudgeRuleRepository.AddRangeAsync(rulesToAdd); + await _readingQuestionVisitJudgeRuleRepository.SaveChangesAsync() } - return ResponseOutput.Result(await _readingQuestionVisitJudgeRuleRepository.SaveChangesAsync()); + return ResponseOutput.Result(true); } #endregion