city_code
This commit is contained in:
@@ -36,6 +36,8 @@ class Customer extends HD_Controller
|
||||
$params = $this->input->get();
|
||||
!$params['city_id'] && $params['city_id'] = '';
|
||||
!$params['county_id'] && $params['county_id'] = '';
|
||||
!$params['city_id'] && $params['city_id'] = '';
|
||||
!$params['county_id'] && $params['county_id'] = '';
|
||||
!$params['biz_id'] && $params['biz_id'] = '';
|
||||
!$params['cf_title'] && $params['cf_title'] = '';
|
||||
|
||||
@@ -59,6 +61,8 @@ class Customer extends HD_Controller
|
||||
}
|
||||
}
|
||||
strlen($params['status']) && $where["status"] = $params['status'];
|
||||
$params['city_id'] && $where['city_id'] = $params['city_id'];
|
||||
$params['county_id'] && $where['county_id'] = $params['county_id'];
|
||||
$params['biz_id'] && $where['biz_id'] = $params['biz_id'];
|
||||
$params['cf_title'] && $where['cf_title'] = $params['cf_title'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user