order_826

This commit is contained in:
dengbw
2022-08-26 17:08:49 +08:00
committed by lccsw
parent bfb02f1267
commit ce43212e2a
+8 -7
View File
@@ -34,13 +34,14 @@ class order extends HD_Controller
1 => ['biz_name' => '厦门品牌店', 'ids' => '20', 'rowspan' => 1],
2 => ['biz_name' => '泉州品牌店', 'ids' => '99'], 3 => ['biz_name' => '福州品牌店', 'ids' => '55'],
4 => ['biz_name' => '厦门合伙店', 'type' => 2, 'city_id' => '350200'],
5 => ['biz_name' => '泉州代理店', 'type' => 3, 'city_id' => '350500'],
6 => ['biz_name' => '龙岩代理店', 'type' => 3, 'city_id' => '350800'],
7 => ['biz_name' => '宁德代理店', 'type' => 3, 'city_id' => '350900'],
8 => ['biz_name' => '莆田代理店', 'type' => 3, 'city_id' => '350300'],
9 => ['biz_name' => '三明代理店', 'type' => 3, 'city_id' => '350400'],
10 => ['biz_name' => '漳州代理店', 'type' => 3, 'city_id' => '350600'],
11 => ['biz_name' => '南平代理店', 'type' => 3, 'city_id' => '350700'],
5 => ['biz_name' => '泉州代理店', 'not_ids' => '99', 'city_id' => '350500'],
6 => ['biz_name' => '福州代理店', 'type' => 3, 'city_id' => '350100'],
7 => ['biz_name' => '龙岩代理店', 'type' => 3, 'city_id' => '350800'],
8 => ['biz_name' => '宁德代理店', 'type' => 3, 'city_id' => '350900'],
9 => ['biz_name' => '莆田代理店', 'type' => 3, 'city_id' => '350300'],
10 => ['biz_name' => '三明代理店', 'type' => 3, 'city_id' => '350400'],
11 => ['biz_name' => '漳州代理店', 'type' => 3, 'city_id' => '350600'],
12 => ['biz_name' => '南平代理店', 'type' => 3, 'city_id' => '350700'],
];
$res = $this->commonSelect($params, $config);
$this->data['info'] = $res['info'];