From 28ee94965997a7e73ffe0008b7bfabf8f36c374d Mon Sep 17 00:00:00 2001 From: wangxy <1481820854@qq.com> Date: Mon, 26 May 2025 15:39:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=B7=BB=E5=8A=A0=E6=96=B0=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/ruoyi/common/enums/ApplyListStatusEnum.java | 10 +++++++++- .../mapper/system/apply/TdApplyInfoListMapper.xml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ruoyi-common/src/main/java/com/ruoyi/common/enums/ApplyListStatusEnum.java b/ruoyi-common/src/main/java/com/ruoyi/common/enums/ApplyListStatusEnum.java index 5cf26427..69462587 100644 --- a/ruoyi-common/src/main/java/com/ruoyi/common/enums/ApplyListStatusEnum.java +++ b/ruoyi-common/src/main/java/com/ruoyi/common/enums/ApplyListStatusEnum.java @@ -21,7 +21,15 @@ public enum ApplyListStatusEnum { /**培训教育提交*/ TRAIN("4","培训教育提交"), /**承诺书已上传*/ - PROMISE("5","承诺书已上传"); + PROMISE("5","承诺书已上传"), + /**离职离岗材料提交*/ + LEAVESUBMIT("6","离职离岗材料提交"), + /**离职离岗审核通过*/ + LEAVEADUIT("7","离职离岗审核通过"), + /**离职离岗审核退回*/ + LEAVEBACK("8","离职离岗审核退回"); + + private final String status; diff --git a/ruoyi-system/src/main/resources/mapper/system/apply/TdApplyInfoListMapper.xml b/ruoyi-system/src/main/resources/mapper/system/apply/TdApplyInfoListMapper.xml index 2cbb864e..491676de 100644 --- a/ruoyi-system/src/main/resources/mapper/system/apply/TdApplyInfoListMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/apply/TdApplyInfoListMapper.xml @@ -182,7 +182,7 @@ AND sm_post = #{smPost} - AND apply_status in ('5') + AND apply_status in ('5','6','7','8') ${params.dataScope}