无关风月
18 小时以前 25b19e60e004290531f61fdf608d1adb5e531903
ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
@@ -273,7 +273,13 @@
   </select>
    <select id="selectUserByDeptId" resultType="com.ruoyi.common.core.domain.entity.SysUser">
   select  * from sys_user
   where deptId = #{id}
   where 1=1
      <if test="ids != null and ids.size()>0">
         AND deptId IN
         <foreach collection="ids" separator="," item="id" open="(" close=")">
            #{id}
         </foreach>
      </if>
   and status = 0
   and del_flag = 0
   </select>