haungfuli преди 2 години
родител
ревизия
822d647fd7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      winsea-haixin-plugin-wangluohuoyun/src/main/resources/mapper/HyOrderTravelPathMapper.xml

+ 1 - 1
winsea-haixin-plugin-wangluohuoyun/src/main/resources/mapper/HyOrderTravelPathMapper.xml

@@ -28,7 +28,7 @@
         WHERE delete_flag = '0'
         AND type = '1'
         AND order_id = #{orderId}
-        ORDER BY create_date DESC
+        ORDER BY create_date ASC
         <if test="currentPage != null and currentPage != ''">
             LIMIT ${startRecord}, ${pageSize}
         </if>