From e62136dead45d296ae5e47cb447c49fef74c17db Mon Sep 17 00:00:00 2001 From: wangchao Date: Wed, 14 Oct 2020 18:35:06 +0800 Subject: [PATCH] =?UTF-8?q?sql=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../evaluationindex/extract/FactOriginProjectLogDailyDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)