org.apache.ibatis.binding.BindingException: Mapper method '...' attempted to return null from a m...

阅读 57

2022-06-12

FIX:

org.apache.ibatis.binding.BindingException: Mapper method 'com.alibaba.swork.info.common.mapper.QualityDataOfTeamMapper.getAvgIssueFixedDuration attempted to return null from a method with a primitive return type (double).

加上 ifnull 的语句:

select ifnull(round(avg(c.fixed_duration/3600/24),2),0)  from issue c



精彩评论(0)

0 0 举报