diff --git a/common/models/Area_model.php b/common/models/Area_model.php index a9d6a8e0..fec14f73 100644 --- a/common/models/Area_model.php +++ b/common/models/Area_model.php @@ -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');