java110-db/src/main/resources/mapper/user/OwnerServiceDaoImplMapper.xml
@@ -138,12 +138,12 @@ where 1 =1 <if test="roomId != null and roomId != ''"> and t.owner_id = borr.owner_id and borr.status_cd = '0' and borr.status_cd = t.status_cd and borr.room_id = #{roomId} </if> <if test="roomIds != null"> and t.owner_id = borr.owner_id and borr.status_cd = '0' and borr.status_cd = t.status_cd and borr.room_id in <foreach collection="roomIds" item="item" open="(" close=")" separator=","> #{item}