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: 그룹 회원 추가 시 기존 그룹 회원 정보가 덮어 씌워지는 문제 해결 및 의존성 수정 #209

Merged
merged 3 commits into from
Nov 29, 2024

Conversation

ywonchae1
Copy link
Contributor

📋 상세 설명

  • 그룹 회원 추가 시 기존 그룹 회원 정보가 덮어 씌워지는 문제를 해결하였습니다.
  • id가 동일하게 입력되어 create가 아닌 update가 진행되었습니다.
  • service 레이어가 service 레이어를 의존하고 있던 의존성을 수정하였습니다.

📸 스크린샷

Screenshot 2024-11-29 at 16 11 09

Copy link
Member

@OziinG OziinG left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!

@ywonchae1 ywonchae1 merged commit 731a578 into develop Nov 29, 2024
1 check passed
@ywonchae1 ywonchae1 deleted the fix/207-group-member-add branch November 29, 2024 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 오류 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🍎 그룹 회원 추가 시 기존 그룹 회원 정보가 덮어씌워지는 문제 해결
2 participants