chengf
2025-09-08 064905677e2a78e1a5945d6fd606440fa43d62c0
java110-db/src/main/resources/mapper/community/RoomV1ServiceDaoImplMapper.xml
@@ -103,7 +103,7 @@
        <if test="roomRent !=null and roomRent != ''">
            and t.room_rent= #{roomRent}
        </if>
        order by t.create_time desc
        order by f.floor_num,bu.unit_num,CONVERT(t.room_num, UNSIGNED)
        <if test="page != -1 and page != null ">
            limit #{page}, #{row}
        </if>