Skip to content

selectByExampleAndRowBounds方法bug #38

@RRZXX

Description

@RRZXX

在使用selectByExampleAndRowBounds方法时,出现bug
第二个参数RowBounds rowBounds正常传递offset和limit,offset超过2(>=3)开始,就会有bug,比如数据重复,或者跳过了中间的几页
打开了mybatis执行日志,结果是mysql limit ?,? 中的前一个问号,计算错误。
从3.xx升级到了4.12,仍然有这个问题,还请看下,是什么原因导致的

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions