diff --git a/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/DataStatsScreencollDao.xml b/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/DataStatsScreencollDao.xml index 215bce7cb..af5d9fdaf 100644 --- a/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/DataStatsScreencollDao.xml +++ b/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/DataStatsScreencollDao.xml @@ -1658,7 +1658,7 @@ union all -- 市北区 gr.pid as parentId, 'grid' as orgType, IFNULL(t.regUserTotal,0) AS regUserTotal, - IFNULL(t.joinUser,0) AS joinUser, + IFNULL(t.joinUser,0) AS joinUserTotal, IFNULL(t.issueTotal,0) AS issueTotal, IFNULL(t.topicTotal,0) AS topicTotal, IFNULL(t.projectTotal,0) AS projectTotal, @@ -1772,7 +1772,7 @@ UNION ALL co.pid as parentId, 'agency' as orgType, SUM(IFNULL(t.regUserTotal,0)) AS regUserTotal, - SUM(IFNULL(t.joinUser,0)) AS joinUser, + SUM(IFNULL(t.joinUser,0)) AS joinUserTotal, SUM(IFNULL(t.issueTotal,0)) AS issueTotal, SUM(IFNULL(t.topicTotal,0)) AS topicTotal, SUM(IFNULL(t.projectTotal,0)) AS projectTotal, @@ -1889,7 +1889,7 @@ union all st.pid as parentId, 'agency' as orgType, SUM(IFNULL(t.regUserTotal,0)) AS regUserTotal, - SUM(IFNULL(t.joinUser,0)) AS joinUser, + SUM(IFNULL(t.joinUser,0)) AS joinUserTotal, SUM(IFNULL(t.issueTotal,0)) AS issueTotal, SUM(IFNULL(t.topicTotal,0)) AS topicTotal, SUM(IFNULL(t.projectTotal,0)) AS projectTotal, @@ -2008,7 +2008,7 @@ union all city.pid as parentId, 'agency' as orgType, SUM(IFNULL(t.regUserTotal,0)) AS regUserTotal, - SUM(IFNULL(t.joinUser,0)) AS joinUser, + SUM(IFNULL(t.joinUser,0)) AS joinUserTotal, SUM(IFNULL(t.issueTotal,0)) AS issueTotal, SUM(IFNULL(t.topicTotal,0)) AS topicTotal, SUM(IFNULL(t.projectTotal,0)) AS projectTotal,