abel533 / MyBatis-Spring-Boot

Spring Boot集成MyBatis的基础项目
3.37k stars 1.59k forks source link

pagehelper 页数传递超过总页数为啥不会返回空 #175

Open 903531306 opened 2 years ago

903531306 commented 2 years ago

pagehelper 比如我的总页数是2 我传递页数3 为啥返回的是最后一页的数据 而不是一个null呢

abel533 commented 2 years ago

注意看你是否配置了 分页合理化 参数,配置后会自动处理为合理区间。