傅行帆 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
         <if test="sortField != null and sortField != ''">
734
         <if test="sortField != null and sortField != ''">
735
              ${sortField} ${orderType},
735
              ${sortField} ${orderType},
736
         </if>
736
         </if>
737
-        create_date
737
+        create_date desc
738
     </select>
738
     </select>
739
 
739
 
740
 </mapper>
740
 </mapper>