<select id="selectRemainder" resultType="java.lang.Integer"> SELECT SUM(awardNumber) FROM award_table </select>
Integer selectRemainder();
myBatis 如何接受 返回count(*),sum()得到的int值
原文:http://www.cnblogs.com/liaojie970/p/6525013.html