|
|
@ -528,6 +528,7 @@ public class FlowService extends MybatisBaseService<FlowMapper, Flowable> { |
|
|
|
bv.setNextNodeUserSids(""); |
|
|
|
return handleProsess(bv, false); |
|
|
|
} |
|
|
|
if (!DelegationState.PENDING.equals(task.getDelegationState())) { |
|
|
|
//获取该流程所有要走的环节节点
|
|
|
|
List<FlowElement> flowElements = calApprovePath(bv.getModelId(), |
|
|
|
bv.getFormVariables()); |
|
|
@ -581,6 +582,8 @@ public class FlowService extends MybatisBaseService<FlowMapper, Flowable> { |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (contains) { |
|
|
|
bv.setUserSid(nextUserSid); |
|
|
|
bv.setTaskId(vo.getTaskId()); |
|
|
|