From da8b4d5114b90e9cc67d116f0dd2159b90adb8c4 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 05 三月 2025 17:07:26 +0800 Subject: [PATCH] 任务展示单位名称bug --- common/src/main/java/com/ycl/common/enums/business/ProcessLogEventTypeEnum.java | 5 +++++ 1 files changed, 5 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 8e7bc79..ff8d254 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,7 +15,12 @@ DELEGATE("DELEGATE", "杞姙"), FINISHED("FINISHED", "瀹屾垚"), + REJECT("REJECT", "椹冲洖"), TEAM_WORK("TEAM_WORK", "鍗忓悓鍔炵悊"), + JUMP("JUMP", "璺宠繃"), + SUPERVISE("SUPERVISE", "鐫e姙"), + HANGUP("HANGUP", "鎸傝捣"), + CANCEL_HANGUP("CANCEL_HANGUP", "鍙栨秷鎸傝捣"), ; -- Gitblit v1.8.0