From df5e0dee7606532ec5ab226fc4114dfeb3949565 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期四, 07 十二月 2023 13:25:08 +0800
Subject: [PATCH] #

---
 src/main/resources/mapper/PlanMapper.xml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/PlanMapper.xml b/src/main/resources/mapper/PlanMapper.xml
index 5d8bf24..ab3a62c 100644
--- a/src/main/resources/mapper/PlanMapper.xml
+++ b/src/main/resources/mapper/PlanMapper.xml
@@ -128,4 +128,10 @@
         and settle < settle_size
     </select>
 
+    <select id="selctPlanListByDirector" resultType="java.lang.Integer">
+        select DISTINCT user_id from man_plan
+        where 1=1
+        and director = #{director}
+    </select>
+
 </mapper>

--
Gitblit v1.9.1