From 774ac43c47d82d2b581c2c846a1dfc7b9ec46e64 Mon Sep 17 00:00:00 2001
From: linwei <872216696@qq.com>
Date: Wed, 25 Feb 2026 16:08:11 +0800
Subject: [PATCH] 机构,角色,用户 新增 sysType 字段

---
 drone-service/drone-system/src/main/java/org/sxkj/system/mapper/RoleMapper.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drone-service/drone-system/src/main/java/org/sxkj/system/mapper/RoleMapper.xml b/drone-service/drone-system/src/main/java/org/sxkj/system/mapper/RoleMapper.xml
index be835d4..f355e3b 100644
--- a/drone-service/drone-system/src/main/java/org/sxkj/system/mapper/RoleMapper.xml
+++ b/drone-service/drone-system/src/main/java/org/sxkj/system/mapper/RoleMapper.xml
@@ -32,6 +32,9 @@
         <if test="param2!=null">
             and role_alias &lt;&gt; #{param2}
         </if>
+        <if test="param3!=null and param3!='' ">
+            and sys_type = #{param3}
+        </if>
     </select>
 
     <select id="getRoleNames" resultType="java.lang.String">

--
Gitblit v1.9.3