|
@@ -478,6 +478,9 @@ public class FlowProcessServiceImpl implements FlowProcessService {
|
|
|
FlowDefinitionNode jumpNode = context.getJumpNode();
|
|
|
|
|
|
// 更新流程实例
|
|
|
+ flowExample.setDefinitionNodeId(jumpNode.getId());
|
|
|
+ flowExample.setHandleUserId(context.getJumpHandleUserId());
|
|
|
+ flowExample.setStatus(context.getFlowStatusEnum().getKey());
|
|
|
flowExample.setStartData(null);
|
|
|
boolean updateFlag = flowExampleService.updateById(flowExample);
|
|
|
if (!updateFlag) {
|