org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned by selectOne(), but found: 2 spring
就是mapper的方法是返回一个对象,可是数据库查询是一个列表,因此报错。 数据库