无关风月
2025-06-30 954c2b2cfe23c82bad473e2dce979d85e320b2f4
ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
@@ -288,7 +288,7 @@
         </if>
      and t1.status = '0'
      and t1.del_flag = '0'
      and t1.dept_type = 1
      and t1.deptType = 1
   </select>
    <select id="selectListByDeptId" resultType="com.ruoyi.common.core.domain.entity.SysUser">
      select u.user_id AS userId, u.dept_id AS deptId, u.user_name AS userName, u.nick_name AS nickName, u.email AS email, u.avatar AS avatar,