MybatisPlus自带方法报错 Invalid bound statement (not found): com.hotel.mapper.inHistoryMapper.updateById
使用mybatisPlus自带方法报错
·
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.hotel.mapper.inHistoryMapper.updateById
没有指定主键id,指定一下就行了,因为他识别不到id
@TableId("in_id")
更多推荐
所有评论(0)