写语句时这样就可以了
<select id="selectTotal" resultType="java.util.Map" parameterType="java.util.Map" statementType="STATEMENT"> select SUM(money_amount) as sumM,count(*) as countO from ${tableName} where the_super_id = '${the_super_id}'; </select>