From 4936a1683a43041e0e810d3291249c032a0aeb56 Mon Sep 17 00:00:00 2001 From: liuchuang <123456> Date: Tue, 17 Aug 2021 19:10:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=9A=E5=B1=85=E6=B0=91?= =?UTF-8?q?=E7=AB=AF=EF=BC=9A=E4=B8=80=E9=94=AE=E6=9C=8D=E5=8A=A1=EF=BC=9A?= =?UTF-8?q?=E4=BC=81=E4=B8=9A=E4=BF=A1=E6=81=AF=E5=A1=AB=E6=8A=A5=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E4=BF=AE=E6=94=B9=EF=BC=9A=20=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E9=A1=B9=E6=89=80=E5=B1=9E=E7=BD=91=E6=A0=BC=E7=BB=84=E7=BB=87?= =?UTF-8?q?=E6=A0=91=E5=8E=BB=E6=8E=89=E9=83=A8=E9=97=A8=EF=BC=8C=E5=8F=AA?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E8=A1=97=E9=81=93=E3=80=81=E7=A4=BE=E5=8C=BA?= =?UTF-8?q?=E3=80=81=E7=BD=91=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../epdc-admin-server/src/main/resources/mapper/SysDeptDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esua-epdc/epdc-admin/epdc-admin-server/src/main/resources/mapper/SysDeptDao.xml b/esua-epdc/epdc-admin/epdc-admin-server/src/main/resources/mapper/SysDeptDao.xml index d78da577..9505661d 100644 --- a/esua-epdc/epdc-admin/epdc-admin-server/src/main/resources/mapper/SysDeptDao.xml +++ b/esua-epdc/epdc-admin/epdc-admin-server/src/main/resources/mapper/SysDeptDao.xml @@ -263,7 +263,7 @@ sd.type_key FROM sys_dept sd - where sd.del_flag='0' and sd.type_key in ('street_party', 'community_party', 'grid_party') and sd.ID not in(select dept_id from sys_dept_config t where t.del_flag ='0') + where sd.del_flag='0' and sd.type_key in ('district_party', 'street_party', 'community_party', 'grid_party') and sd.ID not in(select dept_id from sys_dept_config t where t.del_flag ='0')