فهرست منبع

海博订单推送重试机制

wangming 5 روز پیش
والد
کامیت
5a47548f28
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 &gt;'2026-05-14 00:00:00' and ((ISNULL(b.order_number)) or (b.is_success=0))
+        WHERE a.create_time &gt;'2026-05-13 00:00:00' and ((ISNULL(b.order_number)) or (b.is_success=0))
 
     </update>
     <update id="updateOrderPushLog">