This commit is contained in:
xiaoyu
2025-03-11 16:12:58 +08:00
parent 97eff531e8
commit 6fe79d9bad
+1 -1
View File
@@ -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');