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){