修改用户管理中获取用户列表分页的问题
This commit is contained in:
parent
4a8f0224f5
commit
68182251d4
|
|
@ -134,8 +134,8 @@
|
||||||
AND (u.dept_id = #{deptId} OR u.dept_id IN ( SELECT t.dept_id FROM sys_dept t WHERE find_in_set(#{deptId},
|
AND (u.dept_id = #{deptId} OR u.dept_id IN ( SELECT t.dept_id FROM sys_dept t WHERE find_in_set(#{deptId},
|
||||||
ancestors) ))
|
ancestors) ))
|
||||||
</if>
|
</if>
|
||||||
<include refid="com.bonus.system.mapper.DataScopeMapper.dataScopeFilter"/>
|
<include refid="com.bonus.system.mapper.DataScopeMapper.dataScopeFilter"/>
|
||||||
|
GROUP BY u.user_id
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<!-- <select id="selectUserList" parameterType="SysUser" resultMap="SysUserResult">-->
|
<!-- <select id="selectUserList" parameterType="SysUser" resultMap="SysUserResult">-->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue