From eb20646f5da32276c8775b0977cef50f6acfe7a5 Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Thu, 25 May 2023 14:26:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E5=95=86=E5=93=81=E4=B8=8D?= =?UTF-8?q?=E5=86=8D=E5=AF=BC=E5=85=A5=E9=95=87=E8=A1=97=E4=BA=91=E4=BB=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/repositories/store/product/ProductRepository.php | 4 ++-- app/listener/ProductCreate.php | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/common/repositories/store/product/ProductRepository.php b/app/common/repositories/store/product/ProductRepository.php index f8f28b8c..3db07cb4 100644 --- a/app/common/repositories/store/product/ProductRepository.php +++ b/app/common/repositories/store/product/ProductRepository.php @@ -241,8 +241,8 @@ class ProductRepository extends BaseRepository $product['mer_labels'] = $data['mer_labels']; app()->make(SpuRepository::class)->create($product, $result->product_id, $activity_id, $productType); } -// $product = $result; -// event('product.create',compact('product')); + $product = $result; + event('product.create',compact('product')); return $result->product_id; }); } diff --git a/app/listener/ProductCreate.php b/app/listener/ProductCreate.php index e9229199..b6be7f27 100644 --- a/app/listener/ProductCreate.php +++ b/app/listener/ProductCreate.php @@ -40,7 +40,8 @@ class ProductCreate } } //镇街云仓 - $is_product=0; + //不再导入镇街云仓 + /*$is_product=0; if ($merchant['type_id']==10){ $townMerchantId = Db::name('merchant')->where('status',1)->where('mer_state',1)->where('category_id',$merchant['category_id'])->where('type_id',11)->value('mer_id'); if ($townMerchantId){ @@ -60,7 +61,7 @@ class ProductCreate } } - } + }*/ } public function CloudMerchanSpu($data,$event){