request.js?b775:105 Uncaught (in promise) Error: nested exception is org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned by selectOne(), but found: 3 at _default
前端报错以上内容
接口没报错正常响应
但是还是后端问题 把多个id对应一个name 导致我通过调id查详细的时候 查的是多链报错
后面改成了 给每个id再加个标识 就ok了