This commit is contained in:
Hao Miao
2024-05-07 11:25:58 +08:00
parent 57fcf627c0
commit 62bdf37e2d

View File

@@ -33,9 +33,8 @@ public class StaticRuleService {
private final WhiteListService whiteListService; private final WhiteListService whiteListService;
private final Counter counter; private final Counter counter;
public StaticRuleService(StaticRuleMapper staticRuleMapper, SqlSessionWrapper sqlSessionWrapper, WhiteListService whiteListService) {
public StaticRuleService(StaticRuleMapper staticRuleMapper, SqlSessionWrapper sqlSessionWrapper, Counter counter) { public StaticRuleService(StaticRuleMapper staticRuleMapper, SqlSessionWrapper sqlSessionWrapper, WhiteListService whiteListService, Counter counter) {
this.staticRuleMapper = staticRuleMapper; this.staticRuleMapper = staticRuleMapper;
this.sqlSessionWrapper = sqlSessionWrapper; this.sqlSessionWrapper = sqlSessionWrapper;
this.whiteListService = whiteListService; this.whiteListService = whiteListService;