提交 1dcf7935 编写于 作者: wangxinxu's avatar wangxinxu

新运营平台修改用户密码

上级 ba402f80
流水线 #52020 已取消 于阶段
......@@ -67,7 +67,7 @@ public class PasswordServiceImpl implements PasswordService {
throw new AccountException(AccountExceptionEnum.PICA_PASSWORD_RESET);
}
//added by joy end
if (entity.getPassword().equals(oldPwd)) {
if (entity.getPassword().equals(oldPwd) || isForced) {
Date currentTime = new Date();
AccountInfoEntity accountInfoEntity = new AccountInfoEntity();
accountInfoEntity.setId(entity.getId());
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册