From 50b7afb8f3fb01fefca9d4206c1e52b532754a84 Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Mon, 3 Mar 2025 09:27:46 +0800 Subject: [PATCH] 10494 --- admin/controllers/autohome/Customer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/controllers/autohome/Customer.php b/admin/controllers/autohome/Customer.php index 3c023e3b..65e41da9 100644 --- a/admin/controllers/autohome/Customer.php +++ b/admin/controllers/autohome/Customer.php @@ -124,6 +124,7 @@ class Customer extends HD_Controller $province_id && $where['province_id'] = $province_id; $city_id && $where['city_id'] = $city_id; + $params['channel'] && $where['channel'] = $params['channel']; $params['cfrom_id'] && $where['cfrom'] = $params['cfrom_id']; $params['cfrom_id2'] && $where['cfrom2'] = $params['cfrom_id2']; $params['brand_id'] && $where['brand_id'] = $params['brand_id'];