|
|
@ -111,13 +111,13 @@ |
|
|
|
org_id AS "agencyId", |
|
|
|
org_name AS "agencyName", |
|
|
|
<if test="indexCode != null and indexCode != '' and indexCode == 'dangjiannengli'"> |
|
|
|
round((party_dev_ablity * party_dev_weight),2) AS "score" |
|
|
|
round((party_dev_ablity * party_dev_weight),1) AS "score" |
|
|
|
</if> |
|
|
|
<if test="indexCode != null and indexCode != '' and indexCode == 'zhilinengli'"> |
|
|
|
round((govern_ablity * govern_ablity_weight),2) AS "score" |
|
|
|
round((govern_ablity * govern_ablity_weight),1) AS "score" |
|
|
|
</if> |
|
|
|
<if test="indexCode != null and indexCode != '' and indexCode == 'fuwunengli'"> |
|
|
|
round((service_ablity * service_ablity_weight),2) AS "score" |
|
|
|
round((service_ablity * service_ablity_weight),1) AS "score" |
|
|
|
</if> |
|
|
|
FROM |
|
|
|
screen_index_data_monthly |
|
|
|