|
...
|
...
|
@@ -360,7 +360,7 @@ class ProductLogic extends BaseLogic |
|
|
|
if($info['status'] == Product::STATUS_RECYCLE){
|
|
|
|
$this->delRoute($id);
|
|
|
|
//删除当前产品模版
|
|
|
|
$this->delProductModule($id);
|
|
|
|
// $this->delProductModule($id);
|
|
|
|
$this->model->del(['id'=>$id]);
|
|
|
|
//删除关联表
|
|
|
|
$cateRelate->del(['product_id'=>$id]);
|
...
|
...
|
|