Browse Source

修改代码

wangfeng 4 years atrás
parent
commit
0e091446d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/diagbot/facade/KlRuleFacade.java

+ 1 - 1
src/main/java/com/diagbot/facade/KlRuleFacade.java

@@ -156,7 +156,7 @@ public class KlRuleFacade extends KlRuleServiceImpl {
         List<Long> ruleBaseId = new ArrayList<>();
         if (ListUtil.isNotEmpty(ruleConditionList)) {
             for (KlRuleCondition data : ruleConditionList) {
-                ruleBaseId.add(data.getId());
+                ruleBaseId.add(data.getRuleBaseId());
             }
         }
         if (ListUtil.isNotEmpty(ruleBaseId)) {