From 571ec3d3aef0ab51cc4e95f816082fbe0dc68456 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 08 四月 2025 18:11:09 +0800 Subject: [PATCH] 修改任务彻底实现,查询表单数据不使用任务上的流程变量,单独去查流程变量 --- common/src/main/java/com/ycl/common/enums/business/ProcessLogEventTypeEnum.java | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/common/src/main/java/com/ycl/common/enums/business/ProcessLogEventTypeEnum.java b/common/src/main/java/com/ycl/common/enums/business/ProcessLogEventTypeEnum.java index 28957be..c2adcc3 100644 --- a/common/src/main/java/com/ycl/common/enums/business/ProcessLogEventTypeEnum.java +++ b/common/src/main/java/com/ycl/common/enums/business/ProcessLogEventTypeEnum.java @@ -15,8 +15,14 @@ DELEGATE("DELEGATE", "杞姙"), FINISHED("FINISHED", "瀹屾垚"), + REJECT("REJECT", "椹冲洖"), TEAM_WORK("TEAM_WORK", "鍗忓悓鍔炵悊"), JUMP("JUMP", "璺宠繃"), + WAIT("WAIT", "瀹圭己"), + SUPERVISE("SUPERVISE", "鐫e姙"), + HANGUP("HANGUP", "鎸傝捣"), + CANCEL_HANGUP("CANCEL_HANGUP", "鍙栨秷鎸傝捣"), + EDIT("EDIT", "淇敼"), ; -- Gitblit v1.8.0