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] Querydsl 코드 관련 에러 해결 #114

Merged
merged 2 commits into from
Oct 24, 2023
Merged

Conversation

jun02160
Copy link
Member

📌 관련 이슈

closed #113

✨ 어떤 이유로 변경된 내용인지

하나의 ParentChild에서 나와 연결된 부모 또는 자식을 찾는 쿼리 부분에 오류가 생겼습니다.
해당 쿼리에서 유저 간 비교 하는 부분을 각각의 객체를 생성해서 비교하는 방식으로 풀어씀으로써 보다 가독성이 높은 코드로 변경했습니다!

🙏 검토 혹은 리뷰어에게 남기고 싶은 말

@jun02160 jun02160 self-assigned this Oct 24, 2023
@jun02160 jun02160 added 🔥 Pull Request PR 날림 🚨Hotfix 급한 수정사항 발생 예준🍒 🐞BugFix 에러 수정, 버그 수정 labels Oct 24, 2023
Copy link
Member

@ddongseop ddongseop left a comment

Choose a reason for hiding this comment

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

우왁! 바로 고고

@jun02160 jun02160 merged commit 4d6d750 into develop Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
예준🍒 🐞BugFix 에러 수정, 버그 수정 🚨Hotfix 급한 수정사항 발생 🔥 Pull Request PR 날림
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] Querydsl 관련 오류 해결
2 participants