diff --git a/app/controller/merchant/store/product/Product.php b/app/controller/merchant/store/product/Product.php index b1c4e2f4..e2701fa5 100644 --- a/app/controller/merchant/store/product/Product.php +++ b/app/controller/merchant/store/product/Product.php @@ -98,7 +98,6 @@ class Product extends BaseController $product_type=0;//普通商品 } $data['update_time'] = date('Y-m-d H:i:s'); - halt($data); $this->repository->create($data,$product_type,1); return app('json')->success('添加成功'); }