-
Notifications
You must be signed in to change notification settings - Fork 0
[TNT-225] feat: 트레이너 - 회원 목록 조회 시 응답 데이터 추가 #55
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
Conversation
@@ -31,6 +31,7 @@ public List<Trainee> findAllTrainees(Long trainerId) { | |||
ptTrainerTrainee.trainer.id.eq(trainerId), | |||
ptTrainerTrainee.deletedAt.isNull() | |||
) | |||
.limit(10) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
limit
은 왜 있는걸까요!?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거 심심해서 막 치다가 잘못 넣었습니다 바로 지울게요 ~!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍👍👍👍👍 고생하셨습니다~!!!
📋 Checklist
[APP2-77] feat: 회원 인증 Filter 구현
)🎟️ Issue
✅ Tasks
관리 중인 회원 목록 조회 API
🙋🏻 More