|
@@ -513,7 +513,7 @@ public class UserFacade extends UserServiceImpl {
|
|
|
throw new CommonException(CommonErrorCode.PARAM_IS_ERROR, "原密码错误!");
|
|
|
}
|
|
|
|
|
|
- String entryPassword = passwordEncoder.encode(password);
|
|
|
+ String entryPassword = passwordEncoder.encode(modifyPassword);
|
|
|
user.setPassword(entryPassword);
|
|
|
user.setGmtModified(new Date());
|
|
|
this.updateById(user);
|