测试订单推送
This commit is contained in:
@@ -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 //已付款待发货
|
||||
|
||||
Reference in New Issue
Block a user