bugfix
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user