From fa528e0de92f90e66581f306ad57ef0a0df7b95d Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期六, 16 八月 2025 10:48:28 +0800 Subject: [PATCH] 代码提交 --- ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml index 5993a75..867caed 100644 --- a/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml @@ -235,6 +235,9 @@ <if test="orgid != null and orgid != ''"> AND u.orgid = #{orgid} </if> + <if test="deptId != null and deptId != ''"> + AND u.dept_id = #{deptId} + </if> </where> </select> -- Gitblit v1.9.3