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