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

feat(权限管理): 分页获取用户详情,新增组织信息 #560

Merged
merged 3 commits into from
Sep 2, 2024

Conversation

PengyuDeng
Copy link
Contributor

No description provided.

return Mono.just(PagerResult.of(tp2.getT1(), userDetailList, query));
});
});
return Mono.zip(
Copy link
Member

Choose a reason for hiding this comment

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

建议使用QueryHelper join查询出UserDetail。避免2次查询。

@zhou-hao zhou-hao changed the title add(权限管理): 分页获取用户详情,新增组织信息 feat(权限管理): 分页获取用户详情,新增组织信息 Sep 2, 2024
@zhou-hao zhou-hao merged commit 412fbd6 into jetlinks:master Sep 2, 2024
2 checks passed
@PengyuDeng PengyuDeng deleted the user branch September 25, 2024 07:16
@PengyuDeng PengyuDeng restored the user branch September 25, 2024 07:16
@PengyuDeng PengyuDeng deleted the user branch September 25, 2024 07:17
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