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