调整异常
parent
2848a33125
commit
8f2306f76a
|
|
@ -82,7 +82,6 @@ public class UserUpdateExe {
|
|||
@Transactional(rollbackFor = Exception.class)
|
||||
public void executeChangePassword(Long id) {
|
||||
UserE userE = new UserE();
|
||||
u
|
||||
userRepository.changePassword(id);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue