org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned b

mac2026-05-01  6

org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned by selectOne(), but found: 12

你存放的接受的结果集不对,应该用list集合存放

最新回复(0)