We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
我在做外键关联查询想获取一对多的对象时,SQL语句查询结果是多个的,最后返回的对象列表只有一个,导致我分页插件的total值一直不对。
The text was updated successfully, but these errors were encountered:
这个明确指出来了不支持,total对应的应该是sql执行的行数,sql 映射 中有 会将多条查询结果合成一个对象,所以total 值不对 链接在这儿 ; 这个插件没法做到那么智能的去计算 你哪几条结果会合并,合并之后剩几条。。。论看文档的重要性
Sorry, something went wrong.
No branches or pull requests
我在做外键关联查询想获取一对多的对象时,SQL语句查询结果是多个的,最后返回的对象列表只有一个,导致我分页插件的total值一直不对。
The text was updated successfully, but these errors were encountered: