From d49814123a72c8f8178a21f3a0d7dc8ed8d753ac Mon Sep 17 00:00:00 2001 From: liqi Date: Wed, 22 Jan 2025 14:59:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E6=84=8F=E4=B9=89?= =?UTF-8?q?=E7=9A=84=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/jobs/ProductOrderSyncJob.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/jobs/ProductOrderSyncJob.php b/common/jobs/ProductOrderSyncJob.php index 4fac9e0..a02371b 100644 --- a/common/jobs/ProductOrderSyncJob.php +++ b/common/jobs/ProductOrderSyncJob.php @@ -20,7 +20,6 @@ class ProductOrderSyncJob extends BaseJob implements JobInterface */ public function execute($queue) { - ProductOrderLog::saveLog($this->orderId,'订单自动同步江奥川ERP start'); $t = \Yii::$app->db->beginTransaction(); try { $this->setRequest(); @@ -96,7 +95,6 @@ class ProductOrderSyncJob extends BaseJob implements JobInterface $ProductOrder->is_sync_erp = 1; $ProductOrder->save(); - ProductOrderLog::saveLog($this->orderId,'订单自动同步江奥川ERP('.$ProductOrder->store->erp_id.') end'); $t->commit(); } catch (\Exception $exception) { $t->rollBack();