weichaochao 5 年之前
父節點
當前提交
204e79ef98
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/main/resources/mapper/TaBuildingMapper.xml

+ 1
- 1
src/main/resources/mapper/TaBuildingMapper.xml 查看文件

@@ -254,7 +254,7 @@
254 254
             AND t.is_main = 1
255 255
         GROUP BY
256 256
             t.building_id
257
-        ORDER BY t.order_no
257
+        ORDER BY t.order_no desc
258 258
     </select>
259 259
 
260 260
 </mapper>