傅行帆 5 år sedan
förälder
incheckning
478562cd5e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/main/resources/mapper/TaBuildingMapper.xml

+ 1
- 1
src/main/resources/mapper/TaBuildingMapper.xml Visa fil

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