Skip to content

Commit

Permalink
♻️ : 유저 삭제 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
imenuuu committed Mar 16, 2024
1 parent e2ee5f3 commit 075c25f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public User findByUserId(Long userId) {
}

@RedissonLock(LockName = "유저", key = "#user.id")
@Transactional
public void unActivateUser(User user) {
updateUserInfo(user.getId(), users -> users.setStatus(Status.INACTIVE));
donationService.deleteRegularPayment(user);
Expand Down

0 comments on commit 075c25f

Please sign in to comment.