@@ -573,7 +573,7 @@
and t1.mobile = #{user.mobile}
</if>
<if test='user.deptId !=null and user.deptId!="" '>
- and t2.id = #{user.deptId}
+ and t2.id like CONCAT('', #{user.deptId}, '%')
order by flag