Skip to content

Commit

Permalink
[Refactor] Transactional 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
82everywin committed Jan 20, 2025
1 parent 378e710 commit 4bfa6ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public List<RecordListResDto> viewRecordList(Long groupId, Long userId) {
}

@Override
@Transactional
public Long createRecord(Long groupId, Long userId, List<MultipartFile> files, RecordReqDto recordReqDto) {
Group group = findGroupById(groupId);
User user = findUserById(userId);
Expand Down

0 comments on commit 4bfa6ff

Please sign in to comment.