weichaochao 5 lat temu
rodzic
commit
204e79ef98
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/main/resources/mapper/TaBuildingMapper.xml

+ 1
- 1
src/main/resources/mapper/TaBuildingMapper.xml Wyświetl plik

@@ -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>