Browse Source

被吹哨次数统计修改

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

1
epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/extract/FactOriginProjectLogDailyDao.xml

@ -23,7 +23,6 @@
AND da.`LEVEL` = #{level} AND da.`LEVEL` = #{level}
WHERE WHERE
fopld.IS_ACTIVE = 0 fopld.IS_ACTIVE = 0
AND fopld.ACTION_CODE = 'transfer'
AND fopld.MONTH_ID = #{monthId} AND fopld.MONTH_ID = #{monthId}
AND fopld.CUSTOMER_ID = #{customerId} AND fopld.CUSTOMER_ID = #{customerId}
GROUP BY GROUP BY

Loading…
Cancel
Save