nested exception is org.apache.ibatis.exceptions.TooManyResultsException: Expected one result
文章目录背景解决背景mybaitsPlusthis.baseMapper.selectOne(wrapper);查出多个结果,抛出了异常解决getOne(wrapper,false);ServiceImpl.getOne会在查出多个结果中选择一个publicTgetOne(WrapperqueryWrapper,booleanthrowEx){returnthrowEx?this.baseMapp