From 6fe79d9bad00a49735414fb170b6219bb30f6b22 Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Tue, 11 Mar 2025 16:12:58 +0800 Subject: [PATCH] p --- common/models/Area_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');