diff --git a/app/controller/api/store/product/CloudWarehouse.php b/app/controller/api/store/product/CloudWarehouse.php index c40d0345..e2920a2f 100644 --- a/app/controller/api/store/product/CloudWarehouse.php +++ b/app/controller/api/store/product/CloudWarehouse.php @@ -112,7 +112,7 @@ class CloudWarehouse extends BaseController } $count = Db::name('cloud_product')->where('street_code', $street_code)->where('status', 1)->count(); - $products = $this->spuRepository->getApiSearch($where,$page,10); + $products = $this->spuRepository->getApiSearch($where,$page,10, false,true); if($products['list']){ $list=$products['list']; }