mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	update 注释遗漏 老版本数据权限
This commit is contained in:
		@@ -161,10 +161,10 @@
 | 
			
		||||
        <if test="user.phonenumber != null and user.phonenumber != ''">
 | 
			
		||||
            AND u.phonenumber like concat('%', #{user.phonenumber}, '%')
 | 
			
		||||
        </if>
 | 
			
		||||
        <!-- 数据范围过滤 -->
 | 
			
		||||
        <if test="user.params.dataScope != null and user.params.dataScope != ''">
 | 
			
		||||
            AND ( ${user.params.dataScope} )
 | 
			
		||||
        </if>
 | 
			
		||||
<!--        <!– 数据范围过滤 –>-->
 | 
			
		||||
<!--        <if test="user.params.dataScope != null and user.params.dataScope != ''">-->
 | 
			
		||||
<!--            AND ( ${user.params.dataScope} )-->
 | 
			
		||||
<!--        </if>-->
 | 
			
		||||
    </select>
 | 
			
		||||
 | 
			
		||||
    <select id="selectUnallocatedList" parameterType="SysUser" resultMap="SysUserResult">
 | 
			
		||||
@@ -181,10 +181,10 @@
 | 
			
		||||
        <if test="user.phonenumber != null and user.phonenumber != ''">
 | 
			
		||||
            AND u.phonenumber like concat('%', #{user.phonenumber}, '%')
 | 
			
		||||
        </if>
 | 
			
		||||
        <!-- 数据范围过滤 -->
 | 
			
		||||
        <if test="user.params.dataScope != null and user.params.dataScope != ''">
 | 
			
		||||
            AND ( ${user.params.dataScope} )
 | 
			
		||||
        </if>
 | 
			
		||||
<!--        <!– 数据范围过滤 –>-->
 | 
			
		||||
<!--        <if test="user.params.dataScope != null and user.params.dataScope != ''">-->
 | 
			
		||||
<!--            AND ( ${user.params.dataScope} )-->
 | 
			
		||||
<!--        </if>-->
 | 
			
		||||
    </select>
 | 
			
		||||
 | 
			
		||||
    <select id="selectUserByUserName" parameterType="String" resultMap="SysUserResult">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user