|
...
|
...
|
@@ -129,9 +129,9 @@ class ProductLogic extends BaseLogic |
|
|
|
foreach ($this->param['ids'] as $k => $id) {
|
|
|
|
$info = $this->model->read(['id'=>$id]);
|
|
|
|
if($info['status'] == Product::STATUS_RECYCLE){
|
|
|
|
$this->delRoute($id);
|
|
|
|
var_dump($id);
|
|
|
|
die();
|
|
|
|
$this->delRoute($id);
|
|
|
|
//删除当前产品模版
|
|
|
|
$this->delProductModule($id);
|
|
|
|
$this->model->del(['id'=>$id]);
|
...
|
...
|
|