From 8f23f9aa0191eeda4da959d005160434a4b6a822 Mon Sep 17 00:00:00 2001 From: wanggongfeng <1305282856@qq.com> Date: Fri, 11 Feb 2022 16:39:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=80=E6=9C=89=E4=B8=8A=E7=BA=A7ID=20allPar?= =?UTF-8?q?entIds=20=E5=AD=97=E6=AE=B5=E4=B8=8A=E6=8A=A5=E6=97=B6=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E7=AC=AC=E4=B8=80=E4=B8=AAid=E5=92=8C=E9=80=97?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/screen/ScreenProjectDataDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/ScreenProjectDataDao.xml b/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/ScreenProjectDataDao.xml index 49aaf51d..3ed292d9 100644 --- a/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/ScreenProjectDataDao.xml +++ b/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/ScreenProjectDataDao.xml @@ -34,7 +34,7 @@ t1.GRID_ID as orgId, t1.GRID as orgName, SUBSTRING_INDEX(t1.PARENT_DEPT_IDS,',',-1) as parentId, - PARENT_DEPT_IDS as allParentIds, + REPLACE(t1.PARENT_DEPT_IDS,CONCAT(SUBSTRING_INDEX(t1.PARENT_DEPT_IDS,',',1),','),'') as allParentIds, t1.ID as projectId, t1.CREATED_BY as projectCreator, t1.NICK_NAME as linkName,