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
IPage
Map
分页参数 IPage 支持在 Map 参数中生效。方便兼容陈年旧代码如:
Map<String, Object> map = Map.of( "pageable", new Page<>(), "name", "mybatis-plus", "age", 18 ); userMapper.testPage(map); ... //------ UserMapper.java ------ @Select("select * from h2user where name=#{name}") IPage<H2User> testPage(Map<String, Object> param);
No response
The text was updated successfully, but these errors were encountered:
@nieqiurong @miemieYaho 单元测试已经通过:#6512
Sorry, something went wrong.
No branches or pull requests
确认
功能改进
分页参数
IPage
支持在 Map 参数中生效。方便兼容陈年旧代码如:参考资料
No response
The text was updated successfully, but these errors were encountered: