java110-db/src/main/resources/mapper/user/OwnerServiceDaoImplMapper.xml
@@ -687,7 +687,7 @@ <if test="roomId !=null and roomId != ''"> AND r.`room_id` = #{roomId} </if> <if test="roomIds != null "> <if test="roomIds != null and roomIds.length > 0"> and r.room_id in <foreach collection="roomIds" item="item" open="(" close=")" separator=","> #{item}