修改编译错误
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user