Browse Source

数量返回

dev_shibei_match
jianjun 4 years ago
parent
commit
d1716b5dd6
  1. 1
      epmet-module/data-report/data-report-server/src/main/resources/mapper/fact/FactIndexCommunitySubScoreDao.xml

1
epmet-module/data-report/data-report-server/src/main/resources/mapper/fact/FactIndexCommunitySubScoreDao.xml

@ -45,6 +45,7 @@
SELECT
fact.index_code,
IF(fact.origin_value='',0,IFNULL(fact.origin_value,0)) AS origin_value,
IF(fact.SAMPLE_COUNT='',0,IFNULL(fact.SAMPLE_COUNT,0)) AS quantity,
round(fact.score,2) AS score,
round(fact.WEIGHT,2) AS weight
FROM

Loading…
Cancel
Save