更新参数
This commit is contained in:
parent
9639b74120
commit
6f43d38280
@ -47,7 +47,7 @@ class CloudWarehouse extends BaseController
|
|||||||
public function index()
|
public function index()
|
||||||
{
|
{
|
||||||
// 除了市级供应链都可以查询
|
// 除了市级供应链都可以查询
|
||||||
$typeIdArray = Db::name('MerchantType')->whereNotIn('type_code', Merchant::TypeCode['TypeSupplyChain'])->column('mer_type_id');
|
$typeIdArray = Db::name('MerchantType')->where('type_code', Merchant::TypeCode['TypeTownSupplyChain'])->column('mer_type_id');
|
||||||
$params = $this->request->params(['category_id', 'street_code', 'order', ['product_type', 0], 'keyword','page_num']);
|
$params = $this->request->params(['category_id', 'street_code', 'order', ['product_type', 0], 'keyword','page_num']);
|
||||||
$search = [
|
$search = [
|
||||||
'street_id' => $params['street_code'],
|
'street_id' => $params['street_code'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user