|
|
@@ -153,6 +153,7 @@ namespace Util.Logic
|
|
|
}
|
|
|
break;
|
|
|
case "loop": // 循环节点
|
|
|
+ sortEdge(databaseInfos, tables, edgeList, nodeList, paramList, node.nodeId + "-child-start-node");
|
|
|
break;
|
|
|
case "code-execute": // 代码执行节点
|
|
|
LogicNodeHelper.codeExecute(node, paramList);
|
|
|
@@ -177,6 +178,7 @@ namespace Util.Logic
|
|
|
sortEdge(databaseInfos, tables, edgeList, nodeList, paramList, item.target);
|
|
|
break;
|
|
|
default:
|
|
|
+ sortEdge(databaseInfos, tables, edgeList, nodeList, paramList, item.target);
|
|
|
break;
|
|
|
}
|
|
|
}
|