java.lang.IllegalArgumentException: Mapped Statements collection does not contai

Mybatis报错原因

 

java.lang.IllegalArgumentException: Mapped Statements collection does not contain value

 

 

发现问题是

 

list = sqlSession.selectList("xxx.xxxMapper.getCardList", xxx);

 

后面没跟.getCardList 这个XML里面ID的方法

你可能感兴趣的:(Collection)