From f429ff310cf8d25a0bc872f9fcda4acc02b5e18e Mon Sep 17 00:00:00 2001 From: luyan Date: Thu, 20 Jul 2023 16:57:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E9=83=A8=E9=97=A8=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=A2=9E=E5=8A=A0=E5=BE=AE=E7=BD=91=E6=A0=BC=EF=BC=9B?= 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 5300687b3..8d0be6575 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 @@ -484,7 +484,7 @@ pid, sort FROM `sys_dept` - where type_key in ('district_party','street_party','community_party','grid_party') + where type_key in ('district_party','street_party','community_party','grid_party','grid_micro') and del_flag='0' order by sort asc