傅行帆 5 years ago
parent
commit
27f33cd782
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

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