正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -360,7 +360,7 @@ class ProductLogic extends BaseLogic | @@ -360,7 +360,7 @@ class ProductLogic extends BaseLogic | ||
| 360 | if($info['status'] == Product::STATUS_RECYCLE){ | 360 | if($info['status'] == Product::STATUS_RECYCLE){ |
| 361 | $this->delRoute($id); | 361 | $this->delRoute($id); |
| 362 | //删除当前产品模版 | 362 | //删除当前产品模版 |
| 363 | - $this->delProductModule($id); | 363 | +// $this->delProductModule($id); |
| 364 | $this->model->del(['id'=>$id]); | 364 | $this->model->del(['id'=>$id]); |
| 365 | //删除关联表 | 365 | //删除关联表 |
| 366 | $cateRelate->del(['product_id'=>$id]); | 366 | $cateRelate->del(['product_id'=>$id]); |
-
请 注册 或 登录 后发表评论