更新sku
This commit is contained in:
parent
fd6b126cf4
commit
93f10c69cb
@ -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'];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user