From 6dbb9dd32c3ceee9b989ee0c7a8d49a674cc5388 Mon Sep 17 00:00:00 2001 From: wanggongfeng <1305282856@qq.com> Date: Fri, 9 Oct 2020 17:14:30 +0800 Subject: [PATCH] =?UTF-8?q?admin=E6=B7=BB=E5=8A=A0=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E3=80=90=E6=A0=B9=E6=8D=AEdeptid=E6=9F=A5=E8=AF=A2=E4=B8=8B?= =?UTF-8?q?=E7=BA=A7=E6=89=80=E6=9C=89=E9=83=A8=E9=97=A8ID&=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E3=80=91-=E7=8E=8B=E5=85=AC=E5=B3=B0-2020-10-09?= 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 cc0df48f5..013ccf607 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 @@ -26,7 +26,7 @@ from sys_dept dept where dept.DEL_FLAG = '0' - and FIND_IN_SET(#{deptId},dept.pids) + and (FIND_IN_SET(#{deptId},dept.pids) or dept.ID = #{deptId})