原文:mybatisplus exception:One record is expected, but the query result is multiple records

mybatisplus exception:One record is expected, but the query result is multiple records 原因:使用getOne queryWrapper ,查出了多条数据 解决方案:如果想取一条并不想报错时使用getOne queryWrapper,false 源码: public interface IService lt T ...

2022-02-19 21:54 0 3142 推荐指数:

查看详情

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM