|
|
|
@@ -1174,6 +1174,9 @@ public class WxFlowServiceImpl implements WxFlowService { |
|
|
|
userTask.setName("节点" + (i + 1)); |
|
|
|
userTask.setId("userTask" + (i + 1)); |
|
|
|
List<String> userIdList = new ArrayList<>(); |
|
|
|
for (FlowUserVo userVo:taskVo.getUserList()) { |
|
|
|
userIdList.add(userVo.getId() + ""); |
|
|
|
} |
|
|
|
|
|
|
|
if (EnumTaskType.NORMAL.getCode().equals(taskVo.getType()) || EnumTaskType.OR.getCode().equals(taskVo.getType())) { |
|
|
|
userTask.setCandidateUsers(userIdList); |
|
|
|
|