@ -193,5 +193,8 @@
<if test='sortType != null and sortType == "2"'>
ORDER BY COUNT(aup.ID) DESC
</if>
<if test='sortType != null and sortType == "3"'>
ORDER BY IFNULL( SUM( ai.KINDNESS_TIME ), 0 ) DESC
</select>
</mapper>