From c9bfb3c99d229e5b1f79e2809266ae3583569676 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期四, 11 六月 2026 18:04:35 +0800
Subject: [PATCH] refactor(user): 移除用户管理中的权限注解和数据范围过滤

---
 src/main/resources/mapper/system/SysUserDeptMapper.xml |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/mapper/system/SysUserDeptMapper.xml b/src/main/resources/mapper/system/SysUserDeptMapper.xml
index 498442d..1d6cf69 100644
--- a/src/main/resources/mapper/system/SysUserDeptMapper.xml
+++ b/src/main/resources/mapper/system/SysUserDeptMapper.xml
@@ -9,7 +9,9 @@
         T1.staff_no as staffNo,
         T1.staff_name as staffName,
         T2.dept_id as deptId,
-        T2.dept_name as deptName
+        T2.dept_name as deptName,
+        T1.staff_state as staffState,
+        T1.nation as nation
         FROM
         staff_on_job T1
         LEFT JOIN sys_dept T2 ON T1.sys_dept_id = T2.dept_id
@@ -40,4 +42,4 @@
             </if>
         </where>
     </select>
-</mapper>
\ No newline at end of file
+</mapper>

--
Gitblit v1.9.3