From b7d7e65f283460a4b613508dada64fd5db3f3d1e Mon Sep 17 00:00:00 2001 From: lishiwei <3230787218@qq.com> Date: Wed, 29 Apr 2026 18:12:08 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E5=B0=81=E9=97=AD=E5=8C=BA=E5=9F=9F?= =?UTF-8?q?=E9=9A=8F=E8=A1=8C=E4=BA=BA=E5=91=98=E5=A2=9E=E5=8A=A0=E4=BA=BA?= =?UTF-8?q?=E8=B5=84=E6=A0=87=E5=BF=97=202=E3=80=81=E5=B0=81=E9=97=AD?= =?UTF-8?q?=E5=8C=BA=E5=9F=9F=E5=88=97=E8=A1=A8=E4=B8=8D=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E5=85=A8=E9=83=A8=E5=8C=BA=E5=9F=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/ClosedAreaMapper.xml | 1 + .../src/main/resources/mapper/ClosedAreaPersonApplyMapper.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/web-infrastructure/src/main/resources/mapper/ClosedAreaMapper.xml b/web-infrastructure/src/main/resources/mapper/ClosedAreaMapper.xml index 1ea8e7b..bb28deb 100644 --- a/web-infrastructure/src/main/resources/mapper/ClosedAreaMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/ClosedAreaMapper.xml @@ -26,6 +26,7 @@ WHERE dic.parent_id = ( SELECT id FROM `jjb-saas-config`.`conf_dict_tree` dicp WHERE dicp.dict_value = 'HG_AUTH_AREA' AND dicp.delete_enum = 'FALSE' ) AND dic.delete_enum = 'FALSE' + AND dic.dict_value != 'QHD_GQ_DXGQ' ORDER BY dic.id