spring.MyBatisSystemException: nested exception is org.apache
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.TooManyResultsExcep
等错误,
这些错误是因为取值你想要的只是数据库的一列数据,但mybatis根据查询结果返回多列结果。
解决方法分两个:加条件选择一列结果,或者改返回结果类为list