From ee6eed92611b952ee2edb495cb9d709ec2e5187b Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Wed, 17 May 2023 14:36:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9B=B4=E6=96=B0=E5=95=86?= =?UTF-8?q?=E5=93=81=E5=BA=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Command/getProductCommand.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Command/getProductCommand.php b/app/Command/getProductCommand.php index 8228455..1fb771c 100644 --- a/app/Command/getProductCommand.php +++ b/app/Command/getProductCommand.php @@ -97,19 +97,19 @@ class getProductCommand extends HyperfCommand if (empty($item['drugCode'])) { Db::rollBack(); - $this->line("商品更新失败,缺少平台药品编码" . json_encode($item, JSON_UNESCAPED_UNICODE)); +// $this->line("商品更新失败,缺少平台药品编码" . json_encode($item, JSON_UNESCAPED_UNICODE)); return false; } if (empty($item['thirdDrugCode'])) { Db::rollBack(); - $this->line("商品更新失败,缺少第三方药房药品编码" . json_encode($item, JSON_UNESCAPED_UNICODE)); +// $this->line("商品更新失败,缺少第三方药房药品编码" . json_encode($item, JSON_UNESCAPED_UNICODE)); return false; } if (empty($item['drugPrice'])) { Db::rollBack(); - $this->line("商品更新失败,缺少药品价格" . json_encode($item, JSON_UNESCAPED_UNICODE)); +// $this->line("商品更新失败,缺少药品价格" . json_encode($item, JSON_UNESCAPED_UNICODE)); return false; }