Procházet zdrojové kódy

调整后线人员查询条件

haoyu před 2 roky
rodič
revize
c8022a6573

+ 0 - 3
src/main/resources/mapper/modules/admin/SysUserMapper.xml

@@ -212,9 +212,6 @@
             <if test='user.deptId !=null and user.deptId!=""  '>
                 and su.dept_id like concat('%',#{user.deptId},'%')
             </if>
-            <if test='user.roleId !=null and user.roleId!=""  '>
-                and t3.role_id in (${user.roleId})
-            </if>
             <if test="user.agentFlag !=null and user.agentFlag != 0 ">
                 and sd.management_source = #{user.agentFlag}
             </if>