修改编译错误1

This commit is contained in:
he
2026-08-20 15:41:32 +08:00
parent e423a5e9f0
commit a724fa24fa
@@ -245,7 +245,7 @@ namespace IRaCIS.Core.Application.Service
if (rulesToAdd.Count > 0)
{
await _readingQuestionVisitJudgeRuleRepository.AddRangeAsync(rulesToAdd);
await _readingQuestionVisitJudgeRuleRepository.SaveChangesAsync()
await _readingQuestionVisitJudgeRuleRepository.SaveChangesAsync();
}
return ResponseOutput.Result(true);