<select id="selectRemainder" resultType="java.lang.Integer"> SELECT SUM(awardNumber) FROM award_table </select>
Integer selectRemainder();