|
@@ -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)) {
|