From d8c7b79e1a2c51f26691ccc1cd2acfd328075abe Mon Sep 17 00:00:00 2001 From: Jackwang Date: Tue, 9 Nov 2021 15:07:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E7=A4=BE=E5=8C=BA=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=B7=BB=E5=8A=A0=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/GridMemberCategoryDao.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/epdc-cloud-admin/src/main/resources/mapper/GridMemberCategoryDao.xml b/epdc-cloud-admin/src/main/resources/mapper/GridMemberCategoryDao.xml index 0664950..99e2633 100644 --- a/epdc-cloud-admin/src/main/resources/mapper/GridMemberCategoryDao.xml +++ b/epdc-cloud-admin/src/main/resources/mapper/GridMemberCategoryDao.xml @@ -26,6 +26,7 @@ select * from sys_dept where del_flag='0' and type_key='community_party' + and id not in (select dept_id from sys_dept_config where del_flag='0') order by sort asc