wangfeng hace 4 años
padre
commit
0e091446d2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)) {