From 2bd631f14ab70203d08e5792e35677f914b46a7e Mon Sep 17 00:00:00 2001 From: jianjun Date: Mon, 21 Sep 2020 13:32:36 +0800 Subject: [PATCH] =?UTF-8?q?SQL=E9=94=99=E8=AF=AF?= 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 d6825a5eb1..2cf8eb9b10 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 @@ -8,7 +8,7 @@ WHERE CUSTOMER_ID = #{customerId} - DATE_ID = #{date} + AND DATE_ID = #{date}