mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 12:12:08 +08:00
feat #I64HY4 优化 node 构建器
This commit is contained in:
@@ -139,7 +139,7 @@ public class LiteFlowNodeBuilder {
|
||||
try {
|
||||
// 用于处理脚本 node
|
||||
if (this.node.getType().isScript()){
|
||||
FlowBus.addScriptNode(this.node.getId(), this.node.getName(), this.node.getType(), this.node.getClazz());
|
||||
FlowBus.addScriptNode(this.node.getId(), this.node.getName(), this.node.getType(), this.node.getScript());
|
||||
}
|
||||
// 用于处理普通 node
|
||||
else{
|
||||
|
||||
Reference in New Issue
Block a user