傅行帆 5 years ago
parent
commit
478562cd5e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/resources/mapper/TaBuildingMapper.xml

+ 1
- 1
src/main/resources/mapper/TaBuildingMapper.xml View File

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>