傅行帆 hace 5 años
padre
commit
27f33cd782
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/main/resources/mapper/TaBuildingMapper.xml

+ 1
- 1
src/main/resources/mapper/TaBuildingMapper.xml Ver fichero

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