Browse Source

AVG修改

dev_shibei_match
zxc 5 years ago
parent
commit
7aba68f0db
  1. 2
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/indexcal/AgencyScoreDao.xml
  2. 2
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/FactIndexCommunityScoreDao.xml
  3. 2
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/FactIndexGridScoreDao.xml

2
epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/indexcal/AgencyScoreDao.xml

@ -90,7 +90,7 @@
fics.month_id,
fics.quarter_id,
fics.year_id,
AVG( fics.score ) AS score,
ROUND(AVG( fics.score ),6) AS score,
fics.customer_id,
PARENT_AGENCY_ID AS parentId
FROM

2
epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/FactIndexCommunityScoreDao.xml

@ -69,7 +69,7 @@
fics.month_id,
fics.quarter_id,
fics.year_id,
AVG( fics.score ) AS score,
ROUND(AVG( fics.score ),6) AS score,
fics.customer_id,
sca.pid AS parentId
FROM

2
epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/FactIndexGridScoreDao.xml

@ -10,7 +10,7 @@
figc.month_id as monthId,
figc.quarter_id as quarterId,
figc.year_id as yearId,
AVG( figc.score ) AS score,
ROUND(AVG( figc.score ),6) AS score,
figc.customer_id as customerId,
sca.pid AS parentId
FROM

Loading…
Cancel
Save