更新sku

This commit is contained in:
mkm 2023-11-15 16:13:28 +08:00
parent fd6b126cf4
commit 93f10c69cb

View File

@ -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'];
}