From 44eec8083b70ca1e4c53f782c73e364a053c47c8 Mon Sep 17 00:00:00 2001
From: wangxy <1481820854@qq.com>
Date: Wed, 4 Jun 2025 14:23:31 +0800
Subject: [PATCH] =?UTF-8?q?feat:=E4=BA=BA=E5=91=98=E7=B1=BB=E5=9E=8B?=
=?UTF-8?q?=E7=BB=9F=E8=AE=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../resources/mapper/system/apply/TdApplyInfoListMapper.xml | 3 +++
1 file changed, 3 insertions(+)
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 315f4c62..1cbb936c 100644
--- a/ruoyi-system/src/main/resources/mapper/system/apply/TdApplyInfoListMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/apply/TdApplyInfoListMapper.xml
@@ -198,6 +198,9 @@
AND sm_post = #{smPost}
+
+ AND apply_status = #{applyStatus}
+
AND apply_status in ('5','6','7','8')
${params.dataScope}