Browse Source

网格员数据统计

dev_shibei_match
zhaoqifeng 4 years ago
parent
commit
a680fb2f61
  1. 4
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/extract/FactOriginProjectLogDailyDao.xml

4
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

Loading…
Cancel
Save