This commit is contained in:
小鱼开发
2025-11-17 17:41:47 +08:00
parent 5e1dafe1b1
commit 2a0c64297f
+1 -1
View File
@@ -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');