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>