Commit 0cf7c83e by guo_minglei@163.com

修改sql语句

parent f89ca5d1
...@@ -963,6 +963,7 @@ public class ApiFlowServiceImpl implements ApiFlowService { ...@@ -963,6 +963,7 @@ public class ApiFlowServiceImpl implements ApiFlowService {
String runId = UUID.randomUUID().toString().replace("-",""); String runId = UUID.randomUUID().toString().replace("-","");
//设置排期 //设置排期
BeanUtils.copyProperties(flow, waitingRecord); BeanUtils.copyProperties(flow, waitingRecord);
waitingRecord.setFlowVersionName(flow.getVersionName());
waitingRecord.setRunId(runId); waitingRecord.setRunId(runId);
waitingRecord.setFlowNodeCount(nodeList.size()); waitingRecord.setFlowNodeCount(nodeList.size());
waitingRecord.setOperator(userName); waitingRecord.setOperator(userName);
......
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