Mybatis结合Spring报错:
: nested exception is : Expected one result (or null) to be returned by selectOne(), but found: 6
at (:92)
at $(:440)
at .$(Unknown Source)
at (:159)
at (:87)
at $(:152)
at (:85)
at .$(Unknown Source)
解决方法:
检查相关SQL语句
Mybatis结合Spring报错:
: nested exception is : Expected one result (or null) to be returned by selectOne(), but found: 6
at (:92)
at $(:440)
at .$(Unknown Source)
at (:159)
at (:87)
at $(:152)
at (:85)
at .$(Unknown Source)
解决方法:
检查相关SQL语句