-
Notifications
You must be signed in to change notification settings - Fork 1
Bug/152 커뮤니티 페이징 오류 수정 #176
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
…project/WEB1_1_Bongdari_BE into bug/152-community-paging
…project/WEB1_1_Bongdari_BE into bug/152-community-paging # Conflicts: # src/main/java/com/somemore/community/repository/board/CommunityBoardRepositoryImpl.java # src/main/java/com/somemore/community/repository/comment/CommunityCommentRepositoryImpl.java # src/test/java/com/somemore/community/service/board/CommunityBoardQueryServiceTest.java
| JPAQuery<Long> countQuery = queryFactory | ||
| .select(communityBoard.count()) | ||
| .from(communityBoard) | ||
| .join(volunteer).on(communityBoard.writerId.eq(volunteer.id)) |
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.
deleted false 조건도 달아주면 좋을것 같아요!
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.
밑에 있었군요 죄송합니다!
|
저도 페이징 참고해서 하겠습니다 고생하셨습니다 |
…project/WEB1_1_Bongdari_BE into bug/152-community-paging
|



📌 과제 설명
👩💻 요구 사항과 구현 내용
✅ PR 포인트 & 궁금한 점
이 영광을 범수님께.. 감사합니다