|
|
@ -6,9 +6,9 @@ |
|
|
|
<!-- 2、月度指数分析-饼状图 --> |
|
|
|
<select id="selectMonthPieChart" resultType="com.epmet.evaluationindex.screen.dto.result.MonthPieChartResultDTO"> |
|
|
|
SELECT |
|
|
|
service_ablity * SERVICE_ABLITY_WEIGHT AS serviceAbility, |
|
|
|
party_dev_ablity * PARTY_DEV_WEIGHT AS partyDevAbility, |
|
|
|
govern_ablity * GOVERN_ABLITY_WEIGHT AS governAbility, |
|
|
|
ROUND(service_ablity,1) * SERVICE_ABLITY_WEIGHT AS serviceAbility, |
|
|
|
ROUND(party_dev_ablity,1) * PARTY_DEV_WEIGHT AS partyDevAbility, |
|
|
|
ROUND(govern_ablity,1) * GOVERN_ABLITY_WEIGHT AS governAbility, |
|
|
|
ROUND(service_ablity,1) serviceOriginScore, |
|
|
|
ROUND(party_dev_ablity,1) partyOriginScore, |
|
|
|
ROUND(govern_ablity,1) governOriginScore, |
|
|
|