누락 코드
This commit is contained in:
parent
7014175652
commit
dc4ee16af8
|
@ -120,6 +120,8 @@ public class UserService {
|
|||
|
||||
existEntity.setUpdatedAt(new Date());
|
||||
|
||||
this.userRepository.save(existEntity);
|
||||
existEntity = this.userRepository.save(existEntity);
|
||||
|
||||
return existEntity;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user