Mybatis-plus调用自带的updateById方法报Invalid bound statement (not found)

it2024-12-21  8

这里写自定义目录标题

Mybatis-plus调用自带的updateById方法报Invalid bound statement (not found)

Mybatis-plus调用自带的updateById方法报Invalid bound statement (not found)

解决方案:invalid bound statement(not found)的一般原因都是dao里面的方法未正确实现或者配置有误,但是自带的updateById显然不存在写法或实现上的问题,这时候我们就需要检查对应的实体类定义的ID是否为 ‘id’ 如果不是则在ID 自带上加上@TableId的注解

最新回复(0)