Resolved [org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.

Resolved [org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.,第1张

Resolved [org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.

今天在做项目时候,在对无限级树的时候,发生了以下错误

Resolved [org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.ExecutorException: Statement returned more than one row, where no more than one was expected

错误原因是 

 Mybatis结果集映射的时候,在嵌套查询里面conllection  把ofType  和 javaType 意思弄反了。 

正确的应该是 ofType=“此处填写实体类类型” 

 javaType = ”此处添加实体类需要映射字段,如果字段的类型是集合,填写arraylist“

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/4829321.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-10
下一篇 2022-11-10

发表评论

登录后才能评论

评论列表(0条)

保存