|
|
@ -66,10 +66,10 @@ |
|
|
|
resultType="com.epmet.evaluationindex.screen.dto.result.AnNingSubAgencyIndexRankResultDTO"> |
|
|
|
SELECT |
|
|
|
org_name AS `NAME`, |
|
|
|
index_total AS totalIndex, |
|
|
|
govern_ablity AS governAbility, |
|
|
|
party_dev_ablity AS partyDevAbility, |
|
|
|
service_ablity AS serviceAbility, |
|
|
|
ROUND(index_total, 2) AS totalIndex, |
|
|
|
ROUND(govern_ablity, 2) AS governAbility, |
|
|
|
ROUND(party_dev_ablity, 2) AS partyDevAbility, |
|
|
|
ROUND(service_ablity, 2) AS serviceAbility, |
|
|
|
ORG_ID orgId |
|
|
|
FROM |
|
|
|
screen_index_data_monthly |
|
|
|