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

학번 없는 사용자가 그룹 가입 신청을 할 경우, 신청은 되지만 관리자 페이지에 표시가 안됨 #118

Open
seojangho opened this issue Mar 22, 2020 · 0 comments

Comments

@seojangho
Copy link
Contributor

Pending membership을 조회하는 query에, student_numbers 테이블와의 inner join이 있기 때문에, 학번이 누락된 경우 신청사항이 조회되지 않습니다.

public async getAllPendingMembershipUsers(tr: Transaction, groupIdx: number): Promise<Array<User>> {

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

No branches or pull requests

1 participant