mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-10-31 18:49:06 +08:00 
			
		
		
		
	review: 代码审查
This commit is contained in:
		| @ -286,9 +286,7 @@ public class BpmProcessInstanceServiceImpl implements BpmProcessInstanceService | |||||||
|             Map<Long, DeptRespDTO> deptMap = deptApi.getDeptMap(convertSet(userMap.values(), AdminUserRespDTO::getDeptId)); |             Map<Long, DeptRespDTO> deptMap = deptApi.getDeptMap(convertSet(userMap.values(), AdminUserRespDTO::getDeptId)); | ||||||
|             // 3.4 存在一个节点多人审批的情况,组装审批人信息 |             // 3.4 存在一个节点多人审批的情况,组装审批人信息 | ||||||
|             List<UserSimpleBaseVO> candidateUsers = new ArrayList<>(); |             List<UserSimpleBaseVO> candidateUsers = new ArrayList<>(); | ||||||
|             userMap.forEach((key, value) -> { |             userMap.forEach((key, value) -> candidateUsers.add(BpmProcessInstanceConvert.INSTANCE.buildUser(key, userMap, deptMap))); | ||||||
|                 candidateUsers.add(BpmProcessInstanceConvert.INSTANCE.buildUser(key, userMap, deptMap)); |  | ||||||
|             }); |  | ||||||
|             return new ActivityNode().setNodeType(BpmSimpleModelNodeTypeEnum.APPROVE_NODE.getType()) |             return new ActivityNode().setNodeType(BpmSimpleModelNodeTypeEnum.APPROVE_NODE.getType()) | ||||||
|                     .setId(node.getId()) |                     .setId(node.getId()) | ||||||
|                     .setName(node.getName()) |                     .setName(node.getName()) | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 lizhixian
					lizhixian