updateCommentCount attempted to return null from a method with a primitive return type (int)

报错: org.apache.ibatis.binding.BindingException: Mapper method 'com.nowcoder.community.dao.DiscussPostMapper.updateCommentCount attempted to return null from a method with a primitive return type (int).

xml文件中的sql语句写错了, 应该是<update>, 错写成了<select>

错误的,
在这里插入图片描述
改后的,
在这里插入图片描述

发布了580 篇原创文章 · 获赞 130 · 访问量 18万+

猜你喜欢

转载自blog.csdn.net/littlehaes/article/details/104367398