0426
This commit is contained in:
@@ -142,7 +142,7 @@ class Customer extends HD_Controller
|
||||
|
||||
$brands = $this->auto_brand_model->get_map_by_ids(array_column($rows, 'brand_id'));
|
||||
$series = $this->auto_series_model->get_map_by_ids(array_column($rows, 'series_id'));
|
||||
$map_biz = $this->biz_model->map('biz_name', 'id', ['status' => 1, 'province_id' => 350000], '', 0, 0, 'id,biz_name');
|
||||
$map_biz = $this->biz_model->map('id', 'biz_name', ['status' => 1, 'province_id' => 350000], '', 0, 0, 'id,biz_name');
|
||||
|
||||
foreach ($rows as $val){
|
||||
$area = $map_area_city[$val['city_id']][0];
|
||||
|
||||
Reference in New Issue
Block a user