org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)
Invalidboundstatement(notfound):无效的绑定语句(未找到)就是说你的xxxMapper接口与xxxMapper.xml文件在做映射绑定的时候没有成功,也有可能是xxxMapper接口中的方法无法匹配到操作sql语句的方法id。但是现在使用的是Mybatis-Plus进行一个简单的单表操作,比如根据ID删除字段等,居然也报错无法绑定语句吗?此时我们应该思考,他无法找到对