From cd6de797868cd3ba10b4bd7fad0d3fdea208b2d5 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 11 二月 2025 11:45:55 +0800 Subject: [PATCH] 按时完成、超时事项、即将超时的统计逻辑更换 --- common/src/main/java/com/ycl/common/enums/business/ProcessLogEventTypeEnum.java | 1 + 1 files changed, 1 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..28957be 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 @@ -16,6 +16,7 @@ DELEGATE("DELEGATE", "杞姙"), FINISHED("FINISHED", "瀹屾垚"), TEAM_WORK("TEAM_WORK", "鍗忓悓鍔炵悊"), + JUMP("JUMP", "璺宠繃"), ; -- Gitblit v1.8.0