From b2ff331c6114ddd19a195f11f641ed978f6d2fd3 Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Sat, 7 Dec 2024 18:18:29 +0800 Subject: [PATCH] brand --- admin/controllers/autohome/Customer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/controllers/autohome/Customer.php b/admin/controllers/autohome/Customer.php index cfe5a27e..d3ae7784 100644 --- a/admin/controllers/autohome/Customer.php +++ b/admin/controllers/autohome/Customer.php @@ -118,7 +118,7 @@ class Customer extends HD_Controller foreach ($rows as $val){ $area = $map_area_city[$val['city_id']][0]; $val['area_title'] = "{$area['province_name']}-{$area['city_name']}"; - $val['car_title'] = $brands[$val['brand_id']][0]['name']." ".$series[$val['series_id']][0]['name']; + $val['car_title'] = $brands[$val['ah_id']][0]['name']." ".$series[$val['ah_id']][0]['name']; if($val['cfrom'] == 1){ $cf2 = $this->cfrom2[$val['cfrom2']];