测试订单推送

This commit is contained in:
2025-04-01 19:11:22 +08:00
parent 2832bfc6d6
commit 8614093f66

View File

@@ -25,6 +25,7 @@ class ProductOrderSyncJob extends BaseJob implements JobInterface
$this->setRequest();
$ProductOrder = ProductOrder::find()->with(['prescription','store'])->where([
'id' => $this->orderId,
'is_sync_erp' => 0,
'is_pay' => 1,
'is_online' => 0,
'status' => 1 //已付款待发货