|
@ -8,6 +8,7 @@ |
|
|
fact.index_code AS "key", |
|
|
fact.index_code AS "key", |
|
|
IF(fact.origin_value='',0,IFNULL(fact.origin_value,0)) AS "value", |
|
|
IF(fact.origin_value='',0,IFNULL(fact.origin_value,0)) AS "value", |
|
|
dict.index_name AS "name", |
|
|
dict.index_name AS "name", |
|
|
|
|
|
fact.score AS score, |
|
|
round(fact.WEIGHT,2) AS weight |
|
|
round(fact.WEIGHT,2) AS weight |
|
|
FROM |
|
|
FROM |
|
|
fact_index_community_sub_score fact |
|
|
fact_index_community_sub_score fact |
|
|