傅行帆 5 vuotta sitten
vanhempi
commit
27f33cd782
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/main/resources/mapper/TaBuildingMapper.xml

+ 1
- 1
src/main/resources/mapper/TaBuildingMapper.xml Näytä tiedosto

@@ -734,7 +734,7 @@
734 734
         <if test="sortField != null and sortField != ''">
735 735
              ${sortField} ${orderType},
736 736
         </if>
737
-        create_date
737
+        create_date desc
738 738
     </select>
739 739
 
740 740
 </mapper>