mysql查询返回多个值时mybatis Dao层方法返回值为Map<String,Object>。
sum()返回值使用Map<String,Integer>报java.math.BigDecimal cannot be casted to java.lang.Integer错误。
mysql查询返回多个值时mybatis Dao层方法返回值为Map<String,Object>。
sum()返回值使用Map<String,Integer>报java.math.BigDecimal cannot be casted to java.lang.Integer错误。