refactor(report): 주간 리포트 관련 리팩토링 #71
Merged
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.
📝 요약(Summary)
WeeklyReserveResultDto에 balanceAfter 필드 추가
PENDING 주간 리포트 생성에서 트랜잭션에 대해 REQUIRES_NEW 제거
@Transactional(propagation = Propagation.REQUIRES_NEW)의 방식에서는 준비 과정의 트랜잭션에서 PENDING 주간 리포트 생성이 따로 트랜잭션으로 분리되었었는데, 이를 제거하여 준비 과정을 하나의 트랜잭션으로 묶었습니다.🔗 Related Issue
💬 공유사항
✅ PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.