From 8614093f664f213f86e6757786b448afedc3284d Mon Sep 17 00:00:00 2001 From: lq Date: Tue, 1 Apr 2025 19:11:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=AE=A2=E5=8D=95=E6=8E=A8?= =?UTF-8?q?=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/jobs/ProductOrderSyncJob.php | 1 + 1 file changed, 1 insertion(+) diff --git a/common/jobs/ProductOrderSyncJob.php b/common/jobs/ProductOrderSyncJob.php index dba4706..0b41989 100644 --- a/common/jobs/ProductOrderSyncJob.php +++ b/common/jobs/ProductOrderSyncJob.php @@ -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 //已付款待发货