mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-11-04 08:06:12 +08:00 
			
		
		
		
	fix: 添加nodeIds参数,只校验预测轨迹下的节点审批人
This commit is contained in:
		@ -21,4 +21,7 @@ public class BpmProcessInstanceCreateReqVO {
 | 
				
			|||||||
    @Schema(description = "发起人自选审批人 Map", example = "{taskKey1: [1, 2]}")
 | 
					    @Schema(description = "发起人自选审批人 Map", example = "{taskKey1: [1, 2]}")
 | 
				
			||||||
    private Map<String, List<Long>> startUserSelectAssignees;
 | 
					    private Map<String, List<Long>> startUserSelectAssignees;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    @Schema(description = "活动节点列表", requiredMode = Schema.RequiredMode.REQUIRED)
 | 
				
			||||||
 | 
					    private List<String> nodeIds;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user