소스 검색

海博订单推送重试机制

wangming 6 일 전
부모
커밋
a834c973f1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      yami-shop-service/src/main/resources/mapper/OrderMapper.xml

+ 1 - 1
yami-shop-service/src/main/resources/mapper/OrderMapper.xml

@@ -784,7 +784,7 @@
     <update id="syncOrderList">
         SELECT DISTINCT a.order_number FROM `tz_order` a
         LEFT JOIN tz_order_push_log b on a.order_number=b.order_number
-        WHERE a.create_time >'2026-05-09 12:00:00' and ((ISNULL(b.order_number)) or (b.is_success=0))
+        WHERE a.create_time &gt;'2026-05-14 00:00:00' and ((ISNULL(b.order_number)) or (b.is_success=0))
 
     </update>
     <update id="updateOrderPushLog">