mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 18:28:43 +08:00 
			
		
		
		
	📖 CRM:code review 合同的代码实现
This commit is contained in:
		| @@ -43,7 +43,8 @@ public class BpmModelController { | ||||
|         return success(model); | ||||
|     } | ||||
|  | ||||
|     // TODO @puhui999:这个接口的目的是啥呀?业务表单预览流程🤣 | ||||
|     // TODO @puhui999:这个接口的目的是啥呀?业务表单预览流程🤣; | ||||
|     // TODO @puhui999:捉摸是不是搞成前端跳转过去,不另外做 bpmn 组件哈; | ||||
|     @GetMapping("/get-by-key") | ||||
|     @Operation(summary = "获得模型") | ||||
|     @Parameter(name = "key", description = "流程标识", required = true, example = "oa_leave") | ||||
|   | ||||
| @@ -11,6 +11,7 @@ import org.springframework.stereotype.Component; | ||||
|  | ||||
| import java.util.List; | ||||
|  | ||||
| // TODO @芋艿:后续改成支持 RPC | ||||
| /** | ||||
|  * 业务流程结果监听器实现类 | ||||
|  * | ||||
|   | ||||
| @@ -50,4 +50,5 @@ public class BpmProcessInstanceEventListener extends AbstractFlowableEngineEvent | ||||
|     protected void processCompleted(FlowableEngineEntityEvent event) { | ||||
|         processInstanceService.updateProcessInstanceExtComplete((ProcessInstance)event.getEntity()); | ||||
|     } | ||||
|  | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV