Commit 93809fc7 authored by hangjun83's avatar hangjun83

百化产品接口更新

parent f9bd5654
......@@ -64,7 +64,7 @@ class BhuaProductsService
'p_status' => 1,
'p_show' => 1
];
$products = $this->bhuaProductService->productRepository->getProductsList($where, $offset, $limit);
$products = $this->bhuaProductService->productRepository->getProductsList($where, $limit, $offset);
$total = 0;
if($products){
$products = app(ProductsTransformer::class)->transform($products);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment