提交 cb23391b authored 作者: zhoushaopan's avatar zhoushaopan

增加了saveNodePages方法

上级 37b70eba
...@@ -134,17 +134,7 @@ public class WorkFlowServiceImpl implements WorkFlowService { ...@@ -134,17 +134,7 @@ public class WorkFlowServiceImpl implements WorkFlowService {
Long id = flowsInfoVo.getId(); Long id = flowsInfoVo.getId();
String flowKey = flowsInfoVo.getFlowKey(); String flowKey = flowsInfoVo.getFlowKey();
String fileXml = flowsInfoVo.getFileXml(); String fileXml = flowsInfoVo.getFileXml();
// String flowName = flowsInfoVo.getFlowName();
// String flowDescribe = flowsInfoVo.getFlowDescribe();
// List<NodePage> nodePages = flowsInfoVo.getNodePages();
//
// for (NodePage nodePage : nodePages) {
// nodePageService.saveNodePage(nodePage);
// }
for (NodePage nodePage : nodePages) {
nodePageService.saveNodePage(nodePage);
}
//生成xml文件 //生成xml文件
File f = null; File f = null;
try { try {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论