From bb27c85c2d57df8925cee18cef3fe33770b62d81 Mon Sep 17 00:00:00 2001 From: yujintao Date: Thu, 19 Sep 2019 17:26:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E7=A0=81=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E9=A1=B5=E9=9D=A2=E6=9F=A5=E8=AF=A2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/DeptMaCodeDao.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/esua-epdc/epdc-admin/epdc-admin-server/src/main/resources/mapper/DeptMaCodeDao.xml b/esua-epdc/epdc-admin/epdc-admin-server/src/main/resources/mapper/DeptMaCodeDao.xml index dc9d334bb..e46654979 100644 --- a/esua-epdc/epdc-admin/epdc-admin-server/src/main/resources/mapper/DeptMaCodeDao.xml +++ b/esua-epdc/epdc-admin/epdc-admin-server/src/main/resources/mapper/DeptMaCodeDao.xml @@ -10,6 +10,7 @@ dg.`name` grid, dg.id AS GRID_ID, ed.CREATED_TIME, + ed.ID, ed.CODE_URL FROM sys_dept dg @@ -18,6 +19,9 @@ LEFT JOIN sys_dept ds ON dc.pid = ds.id WHERE dg.type_key = 'grid_party' and dg.del_flag = '0' + and ds.id = #{streetId} + and dc.id = #{communityId} + and dg.id = #{gridId} ORDER BY dc.`name` asc,dg.`name` asc