裁判规则配置应用到其他所有访视 修改
This commit is contained in:
@@ -245,9 +245,10 @@ namespace IRaCIS.Core.Application.Service
|
|||||||
if (rulesToAdd.Count > 0)
|
if (rulesToAdd.Count > 0)
|
||||||
{
|
{
|
||||||
await _readingQuestionVisitJudgeRuleRepository.AddRangeAsync(rulesToAdd);
|
await _readingQuestionVisitJudgeRuleRepository.AddRangeAsync(rulesToAdd);
|
||||||
|
await _readingQuestionVisitJudgeRuleRepository.SaveChangesAsync()
|
||||||
}
|
}
|
||||||
|
|
||||||
return ResponseOutput.Result(await _readingQuestionVisitJudgeRuleRepository.SaveChangesAsync());
|
return ResponseOutput.Result(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|||||||
Reference in New Issue
Block a user