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