|
@ -24,7 +24,7 @@ |
|
|
<select id="selectCommunityWeightScoreList" resultType="com.epmet.evaluationindex.screen.dto.result.ScoreListResultDTO"> |
|
|
<select id="selectCommunityWeightScoreList" resultType="com.epmet.evaluationindex.screen.dto.result.ScoreListResultDTO"> |
|
|
SELECT |
|
|
SELECT |
|
|
fact.index_code AS "indexCode", |
|
|
fact.index_code AS "indexCode", |
|
|
ROUND(fact.score*fact.WEIGHT, 1) AS "indexTotal", |
|
|
ROUND(ROUND(fact.score,1)*fact.WEIGHT, 1) AS "indexTotal", |
|
|
ROUND(fact.score,1) AS "indexTotalOriginScore", |
|
|
ROUND(fact.score,1) AS "indexTotalOriginScore", |
|
|
fact.WEIGHT AS "indexTotalSupWeight", |
|
|
fact.WEIGHT AS "indexTotalSupWeight", |
|
|
ROUND(self.self_score*fact.WEIGHT, 1) AS "agencyScore", |
|
|
ROUND(self.self_score*fact.WEIGHT, 1) AS "agencyScore", |
|
|