删除重复添加动作节点
This commit is contained in:
parent
8bef25b655
commit
a44719f665
|
|
@ -108,7 +108,6 @@ public class SqlRuleModelParser implements RuleModelParserStrategy {
|
|||
model.getNodes().add(action);
|
||||
action.getInputs().add(link);
|
||||
sqlNode.getOutputs().add(link);
|
||||
model.getNodes().add(action);
|
||||
|
||||
action.getEvents().addAll(errorHandler);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue