第一个错
前段报500错误,去后段找
后端报找到多个org.apache.ibatis.exceptions.TooManyResultsException:获取服务异常
servlet [dispatcherServlet]在路径[]的上下文中抛出异常[请求处理失败;org.apache. ibatiss .exceptions. toomanyresultsexception:期望selectOne()返回一个结果(或null),但发现:2]与根本原因
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is 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] with root cause
数据库中存在相同字段,需要单一的但找到相同的,字段名重复
,把不需要的数据删除
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)