mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-10-31 10:37:41 +08:00 
			
		
		
		
	【功能修改】工作流:流程实例列表,使用 processDefinitionKey 检索
This commit is contained in:
		| @ -18,8 +18,8 @@ public class BpmProcessInstancePageReqVO extends PageParam { | |||||||
|     @Schema(description = "流程名称", example = "芋道") |     @Schema(description = "流程名称", example = "芋道") | ||||||
|     private String name; |     private String name; | ||||||
|  |  | ||||||
|     @Schema(description = "流程定义的编号", example = "2048") |     @Schema(description = "流程定义的标识", example = "2048") | ||||||
|     private String processDefinitionId; |     private String processDefinitionKey; // 精准匹配 | ||||||
|  |  | ||||||
|     @Schema(description = "流程实例的状态", example = "1") |     @Schema(description = "流程实例的状态", example = "1") | ||||||
|     @InEnum(BpmProcessInstanceStatusEnum.class) |     @InEnum(BpmProcessInstanceStatusEnum.class) | ||||||
|  | |||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV