chengf
2026-02-25 64b14b0549344f13b191e2c26ed199f62655c43f
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}