Mapped Statements collection does not contain value fo ****(Mybatis)

我不是女神ヾ 2021-10-13 03:34 341阅读 0赞

org.apache.ibatis.exceptions.PersistenceException:

Error querying database. Cause: java.lang.IllegalArgumentException:
Mapped Statements collection does not contain value for com.zwwhnly.mybatisaction.mapper.getUserCount
Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for com.zwwhnly.mybatisaction.mapper.getUserCount

20190821150834726.png提示时Mapper映射有错,因此需要检查如下几个地方:

  1. mybatis配置文件中mapper映射是否正确
  2. 查看引用的sql映射是否正确

发表评论

表情:
评论列表 (有 0 条评论,341人围观)

还没有评论,来说两句吧...

相关阅读