Skip to content

Conversation

@ayoung-dev
Copy link
Collaborator

📌 과제 설명

👩‍💻 요구 사항과 구현 내용

  • 커뮤니티 페이징처리 오류 수정

✅ PR 포인트 & 궁금한 점

이 영광을 범수님께.. 감사합니다

@ayoung-dev ayoung-dev added bug Something isn't working 아영 labels Dec 6, 2024
@ayoung-dev ayoung-dev self-assigned this Dec 6, 2024
…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))
Copy link
Collaborator

Choose a reason for hiding this comment

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

deleted false 조건도 달아주면 좋을것 같아요!

Copy link
Collaborator

Choose a reason for hiding this comment

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

밑에 있었군요 죄송합니다!

@7zrv
Copy link
Collaborator

7zrv commented Dec 6, 2024

저도 페이징 참고해서 하겠습니다 고생하셨습니다

@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 7, 2024

@ayoung-dev ayoung-dev merged commit 00496e1 into main Dec 7, 2024
3 checks passed
@ayoung-dev ayoung-dev deleted the bug/152-community-paging branch December 7, 2024 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working 아영

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] 커뮤니티 페이징 처리 오류

4 participants