weichaochao 5 年之前
父節點
當前提交
204e79ef98
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/main/resources/mapper/TaBuildingMapper.xml

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

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