MyBatis 3.5.6: 为什么 IPage 接口结果不算太多?

MyBatis 3.5.6: Why isn't the IPage Interface Result Considered Too Many?

提问人:zijain zeng 提问时间:11/8/2023 最后编辑:zijain zeng 更新时间:11/8/2023 访问量:26

问:

enter image description here enter image description here

我使用的是com.baomidou.mybatisplus.core.mapper.BaseMapper#selectPage,但MyBatis认为它返回的结果太多了。

E selectPage(E page, @Param(Constants.WRAPPER) 包装器查询包装器);

org.apache.ibatis.binding.MapperMethod.MethodSignature#MethodSignature

返回多个结果的判断的布尔值为 false。为什么不是真的?

例如:预计 selectOne() 只返回一个结果(或 null),但找到:5223。

MyBatis MyBatis-Plus

评论


答: 暂无答案