删除重复添加动作节点

This commit is contained in:
zhouhao 2020-10-13 22:42:41 +08:00
parent 8bef25b655
commit a44719f665
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}