p
This commit is contained in:
@@ -22,7 +22,7 @@ class Area_model extends HD_Model
|
||||
$result = array();
|
||||
$where = [];
|
||||
if($show_limit){
|
||||
$where["province_id in (430000,350000)"] = null;
|
||||
$where["province_id in (350000,430000,520000)"] = null;
|
||||
}
|
||||
$list = $this->select($where, null, null, null, 'distinct(province_id), province_name');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user