提交 82295eea 编写于 作者: L lenboo

fix bug#1336 set start/end time before complement the next process

上级 39182568
...@@ -308,10 +308,10 @@ public class MasterExecThread implements Runnable { ...@@ -308,10 +308,10 @@ public class MasterExecThread implements Runnable {
processInstance.getProcessDefinition().getGlobalParamList(), processInstance.getProcessDefinition().getGlobalParamList(),
CommandType.COMPLEMENT_DATA, processInstance.getScheduleTime())); CommandType.COMPLEMENT_DATA, processInstance.getScheduleTime()));
processInstance.setId(0); processInstance.setId(0);
processInstance.setStartTime(new Date());
processInstance.setEndTime(null);
processService.saveProcessInstance(processInstance); processService.saveProcessInstance(processInstance);
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册