fix: 마이페이지 밴드 리스트가 같은 응답을 내리는 문제#29
Merged
sudo-Terry merged 1 commit intoKUmmIT-Team3:mainfrom Jun 28, 2025
Merged
Conversation
Member
sudo-Terry
commented
Jun 28, 2025
- 공감한 밴드는 EmotionBandLike 테이블에서 사용자가 좋아요한 밴드 ID 목록을 반환해야 한다
- 보관한 밴드는 EmotionBandArchive 테이블에서 사용자가 보관한 밴드 ID 목록을 반환해야 한다
- 현재는 사용자가 생성한 밴드를 찾는 쿼리를 사용하고 있음
- 리포지토리에 각 쿼리를 추가하고 이를 사용하도록 수정하자
- 공감한 밴드는 EmotionBandLike 테이블에서 사용자가 좋아요한 밴드 ID 목록을 반환해야 한다 - 보관한 밴드는 EmotionBandArchive 테이블에서 사용자가 보관한 밴드 ID 목록을 반환해야 한다 - 현재는 사용자가 생성한 밴드를 찾는 쿼리를 사용하고 있음 - 리포지토리에 각 쿼리를 추가하고 이를 사용하도록 수정하자
Contributor
|
아이고 이제 보니 뭐가 문제인지 바로 알겠네요. 제 에러를 잡아주셔서 감사합니다 :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.