fix
This commit is contained in:
parent
58c75ce332
commit
6440a1c97e
@ -42,7 +42,7 @@ public class UserAuthDomainSupportImpl implements UserAuthDomainSupport {
|
||||
throw new DomainException("旧密码错误!");
|
||||
}
|
||||
user.setPassword(newInputHash);
|
||||
userRepository.save(user);
|
||||
userRepository.update(user);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user