pagehelper-spring-boot
pagehelper-spring-boot copied to clipboard
分页失效不执行 offset 子句
使用的是spring boot 3.1.1 和 pagehelper starter2.1.0; PageHelper.startPage(num,size) 方法拦截sql 后 只添加了 limit size 。而不是 limit num size 导致分页用远是第一页
分页参数是什么?总数据量有多少?
不好意思。数据量的问题 已解决
---- 回复的原邮件 ---- | 发件人 | @.> | | 发送日期 | 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: @.***>