Commit 9cf28fea by huangfusuper

公共参数参与脚本替换

parent 00d5f8cf
......@@ -167,9 +167,11 @@ public class ApiFlowOperatingServiceImpl implements ApiFlowOperatingService {
paramAndPlaceholderDto.setPlaceholder(publicParam);
runParamWrapped.setPrivateParam(JSON.toJSONString(paramAndPlaceholderDto));
}
node.setRunParam(JSON.toJSONString(runParamWrapped));
}
String nodeName = node.getNodeName();
//基于节点名称替换参数
String param = parseParam(paramCarrier,nodeName);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment