|
|
@ -300,8 +300,8 @@ |
|
|
|
sca.del_flag = '0' |
|
|
|
AND sca.PARENT_AREA_CODE=#{areaCode} |
|
|
|
and sy.CUSTOMER_ID=#{customerId} |
|
|
|
ORDER BY index_total DESC |
|
|
|
LIMIT #{topNum} |
|
|
|
ORDER BY (sy.govern_ablity+sy.party_dev_ablity+sy.service_ablity) DESC |
|
|
|
LIMIT #{topNum} |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="selectSubGridByAreaCode" parameterType="map" resultType="com.epmet.evaluationindex.screen.dto.result.SubAgencyIndexRankResultDTO"> |
|
|
@ -321,7 +321,7 @@ |
|
|
|
scg.del_flag = '0' |
|
|
|
AND scg.AREA_CODE like CONCAT(#{areaCode},'%') |
|
|
|
and sy.CUSTOMER_ID=#{customerId} |
|
|
|
ORDER BY index_total DESC |
|
|
|
ORDER BY (sy.govern_ablity+sy.party_dev_ablity+sy.service_ablity) DESC |
|
|
|
LIMIT #{topNum} |
|
|
|
</select> |
|
|
|
</mapper> |
|
|
|