Invalid bound statement (not found): com.powernode.mybatis.mapper.StudentMapper.selectById
时间: 2023-11-12 11:54:21 浏览: 218
使用mybatis-plus报错Invalid bound statement (not found)错误
抱歉,我无法直接回答关于具体代码的问题。但是,根据你提供的错误信息,看起来你的代码中缺少了对应的 SQL 查询语句。请确保在 StudentMapper 接口中定义了名为 selectById 的方法,并且在对应的 XML 文件中编写了相应的 SQL 查询语句。如果问题仍然存在,请检查相关的配置文件和代码,确保正确地配置了 MyBatis 的映射器和 SQL 语句。
阅读全文