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'];