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,