处理用户查询bug

This commit is contained in:
aikai 2024-12-05 14:35:44 +08:00
parent 2cc51d9b4b
commit f8a0845c6e

View File

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