bug
jiangqs
2023-08-21 c93e76c57a98e35abbf62d2f514d9ba51efd3243
ruoyi-modules/ruoyi-system/src/main/resources/mapper/sys/SysUserMapper.xml
@@ -84,7 +84,7 @@
         AND (u.dept_id = #{deptId} OR u.dept_id IN ( SELECT t.dept_id FROM sys_dept t WHERE find_in_set(#{deptId}, ancestors) ))
      </if>
      <!-- 数据范围过滤 -->
      ${params.dataScope}
      <!-- ${params.dataScope} -->
   </select>
   
   <select id="selectAllocatedList" parameterType="SysUser" resultMap="SysUserResult">
@@ -101,7 +101,7 @@
         AND u.phonenumber like concat('%', #{phonenumber}, '%')
      </if>
      <!-- 数据范围过滤 -->
      ${params.dataScope}
      <!-- ${params.dataScope} -->
   </select>
   
   <select id="selectUnallocatedList" parameterType="SysUser" resultMap="SysUserResult">
@@ -119,7 +119,7 @@
         AND u.phonenumber like concat('%', #{phonenumber}, '%')
      </if>
      <!-- 数据范围过滤 -->
      ${params.dataScope}
      <!-- ${params.dataScope} -->
   </select>
   
   <select id="selectUserByUserName" parameterType="String" resultMap="SysUserResult">