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
比如报表需要展示在表格下方展示全量数据的统计,不仅仅条数,还有金额之类的。表格只展示分页的详情。这样需要在一个请求里查询,即同一个事物,为了保证数据的一致性,故需要同时展示两部分数据。
The text was updated successfully, but these errors were encountered:
目前表格绑定查询,不适用这种情况。等于限制死了接口。
Sorry, something went wrong.
目前不支持
No branches or pull requests
比如报表需要展示在表格下方展示全量数据的统计,不仅仅条数,还有金额之类的。表格只展示分页的详情。这样需要在一个请求里查询,即同一个事物,为了保证数据的一致性,故需要同时展示两部分数据。
The text was updated successfully, but these errors were encountered: