-
Notifications
You must be signed in to change notification settings - Fork 2
[BE] [FIX] 포인트 예외 처리 및 모의트레이딩 재베팅 로직 수정 #183
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
Merged
The head ref may contain hidden characters: "20260115_#182_\uD3EC\uC778\uD2B8_\uC608\uC678_\uCC98\uB9AC_\uBC0F_\uBAA8\uC758\uD2B8\uB808\uC774\uB529_\uC7AC\uBCA0\uD305_\uB85C\uC9C1_\uC218\uC815"
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
bf3fd57
[BE] [REFACTOR] BetStatus CANCELED 상태 제거
Yooonjeong 393a9fe
[BE] [COMMENT] 주석 수정
Yooonjeong 469647a
[BE] [FEAT] 재베팅 시 기존 레코드 재활용을 위해 exists를 find 메서드로 변경
Yooonjeong e31b105
[BE] [FEAT] 재베팅 시 기존 레코드 업데이트 로직 정의
Yooonjeong cb9ae97
[BE] [FEAT] 재베팅 시 상태 기반 검증 및 업데이트 로직 구현
Yooonjeong cfbda68
[BE] [FIX] 사용자 관련 베팅 api (/api/user-bets/**) authenticated로 변경
Yooonjeong 92918b7
[BE] [FIX] 포인트 업데이트 로직 중 CustomException 발생 시의 recover 메서드 정의
Yooonjeong File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,5 +4,4 @@ public enum BetStatus { | |
| ACTIVE, | ||
| DELETED, // 삭제 | ||
| CLOSED, // 정산 완료 | ||
| CANCELED // 취소 | ||
| } | ||
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
6 changes: 1 addition & 5 deletions
6
backend/src/main/java/org/sejongisc/backend/betting/repository/UserBetRepository.java
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.