@@ -254,7 +254,7 @@
AND t.is_main = 1
GROUP BY
t.building_id
- ORDER BY t.order_no
+ ORDER BY t.order_no desc
</select>
</mapper>