|
...
|
...
|
@@ -105,8 +105,7 @@ class ProductLogic extends BaseLogic |
|
|
|
KeywordRelated::where('product_id', $id)->delete();
|
|
|
|
}else{
|
|
|
|
//回收站
|
|
|
|
$info->status = Product::STATUS_RECYCLE;
|
|
|
|
$info->save();
|
|
|
|
parent::save(['id' => $id, 'status' => Product::STATUS_RECYCLE]);
|
|
|
|
unset($ids[$k]);
|
|
|
|
}
|
|
|
|
}
|
...
|
...
|
|