首先看一下报错信息
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned by selectOne(), but found: 10
在确认代码无误的情况下,检查Controller层关于page传参位置(page必须放在第一位,否则就会出现上面的异常)
问题解决,具体原因我再查一下,后续有结果会重新更新。