This method isn't transactional

1 2017-12-06 12:03:55 -198677 [http-apr-8080-exec-3] DEBUG   - Don't need to create transaction for [com.credit.service.credit.ReceivablesService.listReceivables]: This method isn't transactional.
2 org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException: 
3 ### Error querying database.  Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for receivablesMapper.receivableslistPage
4 ### Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for receivablesMapper.receivableslistPage

错误信息如上:

       原因:mybatis里面的mapper 命名空间错误或者id错误,service无法找到对应的method.

posted @ 2017-12-25 09:54  Nico-luo  阅读(824)  评论(0编辑  收藏  举报