Skip to content

Commit

Permalink
hotfix: 폴더 내 픽 리스트 조회에 락 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
sangwonsheep committed Dec 12, 2024
1 parent d7db6aa commit cb76a72
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public List<PickResult.Pick> getFolderChildPickList(Long userId, Long folderId)
}

// 폴더 리스트가 넘어오면, 각 폴더 내부에 있는 픽 리스트 조회
@LoginUserIdDistributedLock
@Transactional(readOnly = true)
public List<PickResult.FolderPickWithViewCountList> getFolderListChildPickList(PickCommand.ReadList command) {
return command.folderIdList().stream()
Expand Down

0 comments on commit cb76a72

Please sign in to comment.