修改编译错误

This commit is contained in:
he
2026-08-20 15:40:41 +08:00
parent 24af6f3216
commit e423a5e9f0
@@ -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);