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

#405 자습 신청 오류 #406

Merged
merged 2 commits into from
Aug 13, 2024
Merged

#405 자습 신청 오류 #406

merged 2 commits into from
Aug 13, 2024

Conversation

KimGyeongsuuu
Copy link
Contributor

@KimGyeongsuuu KimGyeongsuuu commented Aug 13, 2024

💡 개요

  • 자습 신청을 하면 500 발생

📃 작업내용

  • 자습 신청을 위해 자습 현황을 조회하는 findMassageCountByIdForUpdate 메서드의 쿼리 수정

🔀 변경사항

before

@Query("select m from MassageCount m where m = :id")

after

@Query("select m from MassageCount m where m.id = :id")

id 끼리 비교하도록 수정

@KimGyeongsuuu KimGyeongsuuu merged commit 402af26 into develop Aug 13, 2024
1 check passed
@KimGyeongsuuu KimGyeongsuuu deleted the 405-fix/massage-apply branch August 13, 2024 05:43
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.

3 participants