diff --git a/common/models/Area_model.php b/common/models/Area_model.php index 6dd801e0..7276dbdc 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 (350000,430000,520000,460000)"] = null; + $where["province_id in (350000,430000,520000,460000,440000)"] = null; } $list = $this->select($where, null, null, null, 'distinct(province_id), province_name');