0429
This commit is contained in:
@@ -269,7 +269,10 @@ class Store extends HD_Controller
|
||||
$city_id && $where['city_id'] = $city_id;
|
||||
$county_id && $where['county_id'] = $county_id;
|
||||
$title && $where["biz_name like '%{$title}%'"] = null;
|
||||
$total = $this->biz_model->count($where);
|
||||
|
||||
if($province_id||$city_id||$county_id||$title){
|
||||
$total = $this->biz_model->count($where);
|
||||
}
|
||||
|
||||
$lists = array();
|
||||
if ($total) {
|
||||
|
||||
Reference in New Issue
Block a user