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

[FIX] 취향 추천 작품 조회 시 novel 중복 제거 #188

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Conversation

Kim-TaeUk
Copy link
Contributor

Related Issue

Key Changes

  • 선호 장르에 해당하는 소설 중 최신순 10개를 중복없이 가져와야 했지만 distinct 순서때문에 중복해서 가져오는 오류를 수정
    • distinct를 jpa에서 stream으로 이동하여 해결했습니다.

선호 장르에 해당하는 소설 중 최신순 10개를 중복없이 가져와야 했지만 distinct 순서때문에 중복해서 가져오는 오류를 수정
Copy link
Member

@ChaeAg ChaeAg left a comment

Choose a reason for hiding this comment

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

확인했습니당 !!

@Kim-TaeUk Kim-TaeUk merged commit cb45798 into dev Sep 18, 2024
2 checks passed
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.

[FIX] 취향 추천 작품 조회 시 novel 중복 제거
3 participants