This commit is contained in:
彭桃 2023-03-01 15:13:10 +08:00
parent 4ffecc59da
commit b9b72a967a

View File

@ -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);
}
}