update 注释遗漏 老版本数据权限
This commit is contained in:
parent
261d9f8ebc
commit
29f0ded88b
@ -161,10 +161,10 @@
|
|||||||
<if test="user.phonenumber != null and user.phonenumber != ''">
|
<if test="user.phonenumber != null and user.phonenumber != ''">
|
||||||
AND u.phonenumber like concat('%', #{user.phonenumber}, '%')
|
AND u.phonenumber like concat('%', #{user.phonenumber}, '%')
|
||||||
</if>
|
</if>
|
||||||
<!-- 数据范围过滤 -->
|
<!-- <!– 数据范围过滤 –>-->
|
||||||
<if test="user.params.dataScope != null and user.params.dataScope != ''">
|
<!-- <if test="user.params.dataScope != null and user.params.dataScope != ''">-->
|
||||||
AND ( ${user.params.dataScope} )
|
<!-- AND ( ${user.params.dataScope} )-->
|
||||||
</if>
|
<!-- </if>-->
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectUnallocatedList" parameterType="SysUser" resultMap="SysUserResult">
|
<select id="selectUnallocatedList" parameterType="SysUser" resultMap="SysUserResult">
|
||||||
@ -181,10 +181,10 @@
|
|||||||
<if test="user.phonenumber != null and user.phonenumber != ''">
|
<if test="user.phonenumber != null and user.phonenumber != ''">
|
||||||
AND u.phonenumber like concat('%', #{user.phonenumber}, '%')
|
AND u.phonenumber like concat('%', #{user.phonenumber}, '%')
|
||||||
</if>
|
</if>
|
||||||
<!-- 数据范围过滤 -->
|
<!-- <!– 数据范围过滤 –>-->
|
||||||
<if test="user.params.dataScope != null and user.params.dataScope != ''">
|
<!-- <if test="user.params.dataScope != null and user.params.dataScope != ''">-->
|
||||||
AND ( ${user.params.dataScope} )
|
<!-- AND ( ${user.params.dataScope} )-->
|
||||||
</if>
|
<!-- </if>-->
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectUserByUserName" parameterType="String" resultMap="SysUserResult">
|
<select id="selectUserByUserName" parameterType="String" resultMap="SysUserResult">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user