From 6ba01cf151aae8db51fad118bebf797ab56b8181 Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Sat, 7 Dec 2024 16:29:17 +0800 Subject: [PATCH] ac --- 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 26edf126..43bc81ce 100644 --- a/admin/controllers/autohome/Customer.php +++ b/admin/controllers/autohome/Customer.php @@ -304,7 +304,7 @@ class Customer extends HD_Controller break; case '重庆市': $temp['province_id'] =500000; - $temp['city_id'] = 5000100; + $temp['city_id'] = 500100; break; case '上海市': $temp['province_id'] = 310000;