|
|
@ -55,7 +55,9 @@ |
|
|
|
fact.WEIGHT AS "indexTotalSupWeight", |
|
|
|
ROUND(self.self_score*fact.WEIGHT, 1) AS "agencyScore", |
|
|
|
ROUND(self.sub_score*fact.WEIGHT, 1) AS "subAgencyScore", |
|
|
|
fact.index_code AS "indexCode" |
|
|
|
fact.index_code AS "indexCode", |
|
|
|
self.SELF_WEIGHT AS "selfWeight", |
|
|
|
self.SUB_WEIGHT AS "subWeight" |
|
|
|
FROM |
|
|
|
fact_index_community_score fact |
|
|
|
INNER JOIN fact_index_community_self_sub_score self ON fact.agency_id = self.agency_id |
|
|
|