推荐商品仅展示镇街店铺商品

This commit is contained in:
luofei 2023-06-08 11:28:16 +08:00
parent 392a585ab5
commit 151ba60e00

View File

@ -157,6 +157,8 @@ class StoreSpu extends BaseController
}
$where['product_type'] = 0;
$where['is_stock'] = 1;
$where['mer_ids'] = Merchant::getInstance()->where('type_id', Merchant::TypeStore)
->where(['status' => 1, 'mer_state' => 1, 'is_del' => 0])->column('mer_id');
$data = $this->repository->getApiSearch($where, $page, $limit, $this->userInfo);
return app('json')->success($data);
}