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 1f440c14cc..a5c0960f9c 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 @@ -747,7 +747,7 @@ WHERE CUSTOMER_ID = #{customerId} AND ORG_TYPE = 'grid' - AND (ACTION_CODE = 'response' OR ACTION_CODE = 'transfer' OR ACTION_CODE = 'close') + AND ACTION_CODE = 'response' AND IS_ACTIVE = 1 AND DATE_ID <= #{dateId} GROUP BY @@ -764,7 +764,7 @@ WHERE CUSTOMER_ID = #{customerId} AND ORG_TYPE = 'grid' - AND (ACTION_CODE = 'response' OR ACTION_CODE = 'transfer' OR ACTION_CODE = 'close') + AND ACTION_CODE = 'response' AND IS_ACTIVE = 1 AND DATE_ID = #{dateId} GROUP BY