浏览代码

海博订单推送重试机制

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