修改店铺云商品列表
This commit is contained in:
parent
09603ced7c
commit
677038757d
@ -189,7 +189,7 @@ class SpuRepository extends BaseRepository
|
||||
$RedisCacheService->SADD($dataKey, $productId);
|
||||
}
|
||||
}
|
||||
$where['product_id'] = $this->getSpuFromCache($where['mer_id'], $page);
|
||||
$where['product_id'] = $this->getSpuFromCache($where['mer_id'], $page, $limit);
|
||||
unset($where['mer_id'], $where['page']);
|
||||
$page = 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user