1
This commit is contained in:
parent
4ffecc59da
commit
b9b72a967a
@ -142,6 +142,6 @@ class StoreProduct extends BaseController
|
||||
$product_id = isset($param['product_id']) ? $param['product_id'] : 0;
|
||||
$type = isset($param['type']) ? $param['type'] : 0;
|
||||
|
||||
$this->model->delStoreProductById($product_id,$type);
|
||||
$this->model->delStoreProductById($product_id,1);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user