处理用户查询bug
This commit is contained in:
parent
2cc51d9b4b
commit
f8a0845c6e
@ -50,7 +50,7 @@
|
|||||||
#{deptId}
|
#{deptId}
|
||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</if>
|
||||||
<if test="dto.userIds != null and dto.userIds() > 0">
|
<if test="dto.userIds != null and dto.userIds.size() > 0">
|
||||||
and b.id in
|
and b.id in
|
||||||
<foreach collection="dto.userIds" item="userId" open="(" close=")" separator=",">
|
<foreach collection="dto.userIds" item="userId" open="(" close=")" separator=",">
|
||||||
#{userId}
|
#{userId}
|
||||||
|
Loading…
Reference in New Issue
Block a user