pagehelper-spring-boot icon indicating copy to clipboard operation
pagehelper-spring-boot copied to clipboard

分页失效不执行 offset 子句

Open mazenjay opened this issue 2 years ago • 2 comments

使用的是spring boot 3.1.1 和 pagehelper starter2.1.0; PageHelper.startPage(num,size) 方法拦截sql 后 只添加了 limit size 。而不是 limit num size 导致分页用远是第一页

mazenjay avatar Mar 22 '24 15:03 mazenjay

分页参数是什么?总数据量有多少?

abel533 avatar Mar 25 '24 02:03 abel533

不好意思。数据量的问题 已解决

---- 回复的原邮件 ---- | 发件人 | @.> | | 发送日期 | 2024年03月25日 10:50 | | 收件人 | pagehelper/pagehelper-spring-boot @.> | | 抄送人 | mazhj @.>, Author @.> | | 主题 | Re: [pagehelper/pagehelper-spring-boot] 分页失效不执行 offset 子句 (Issue #174) |

分页参数是什么?总数据量有多少?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

mazenjay avatar Mar 25 '24 03:03 mazenjay