|
|
@@ -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>
|