Commit 28cdd785 by guo_minglei@163.com

修改bug

parent 98bbb80a
...@@ -942,6 +942,7 @@ public class ApiFlowServiceImpl implements ApiFlowService { ...@@ -942,6 +942,7 @@ public class ApiFlowServiceImpl implements ApiFlowService {
//删除所有的节点 //删除所有的节点
nodeMapper.deleteByFlowId(flow.getFlowId()); nodeMapper.deleteByFlowId(flow.getFlowId());
} }
flowMapper.deleteById(flow.getFlowId());
} }
@Override @Override
......
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