diff --git a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/extract/FactOriginProjectLogDailyDao.xml b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/extract/FactOriginProjectLogDailyDao.xml
index ac0572837d..a2accef78d 100644
--- a/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/extract/FactOriginProjectLogDailyDao.xml
+++ b/epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/extract/FactOriginProjectLogDailyDao.xml
@@ -179,7 +179,7 @@
AND ((log.ID IS NOT NULL AND log.MONTH_ID =]]> #{dimId}) OR log.ID IS NULL )
- GROUP BY main.SUBSTRING_INDEX(FINISH_ORG_IDS,':',1)
+ GROUP BY SUBSTRING_INDEX(main.FINISH_ORG_IDS,':',1)