Skip to content
New issue

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

perf(分页查询): 返回重新分页的页码 #210

Merged
merged 6 commits into from
Apr 14, 2023

Conversation

kyouji
Copy link
Contributor

@kyouji kyouji commented Apr 13, 2023

No description provided.

@@ -223,7 +223,7 @@ default <T> Mono<PagerResult<T>> queryPager(QueryParamEntity query, Function<E,
return Mono.just(PagerResult.of(0, new ArrayList<>(), query));
}
//查询前根据数据总数进行重新分页:要跳转的页码没有数据则跳转到最后一页
return query(query.clone().rePaging(total))
return query(query.rePaging(total))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

为啥移除clone

@kyouji
Copy link
Contributor Author

kyouji commented Apr 13, 2023 via email

@zhou-hao zhou-hao merged commit 92015bc into hs-web:master Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants