修改密码更换方法

master
RuoYi 6 years ago committed by Limy
parent a6382e92b0
commit c1ff27a13c

@ -209,7 +209,7 @@ public class UserServiceImpl implements IUserService
{
user.randomSalt();
user.setPassword(passwordService.encryptPassword(user.getLoginName(), user.getPassword(), user.getSalt()));
return updateUser(user);
return updateUserInfo(user);
}
/**

Loading…
Cancel
Save