We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PageInfo<TestResult> pageInfo = PageMethod.startPage(query.getPageNo(), query.getPageSize()) .doSelectPageInfo(() -> testService.getList(query));
设置一个超出查询范围的pageNo,返回的pageInfo信息 isLastPage 是false,而不是true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
异常模板
使用环境
SQL 解析错误
分页参数
功能建议
设置一个超出查询范围的pageNo,返回的pageInfo信息 isLastPage 是false,而不是true
The text was updated successfully, but these errors were encountered: