Selaa lähdekoodia

海博订单推送重试机制

wangming 5 päivää sitten
vanhempi
commit
96e722c8f6
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      yami-shop-service/src/main/resources/mapper/OrderMapper.xml

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

@@ -785,6 +785,7 @@
         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-13 00:00:00' and ((ISNULL(b.order_number)) or (b.is_success=0))
+        and a.hb_order_status not in(0,60)
     </select>
 
     <update id="updateOrderPushLog">