提交 2a902b3b 编写于 作者: rushui.chen's avatar rushui.chen

20191025 完善密码接口

上级 2af49397
流水线 #16313 已失败 于阶段
in 0 second
......@@ -52,7 +52,7 @@ public class PasswordServiceImpl implements PasswordService {
processDoubleWrite(mobile, pwd);
}
//密码修改日志
LogPWDModifyEntity logPWDModifyEntity = AccountLogEntityUtils.getLogPWDModifyEntity(acctId, entity.getMobilePhone(),
LogPWDModifyEntity logPWDModifyEntity = AccountLogEntityUtils.getLogPWDModifyEntity(entity.getId(), entity.getMobilePhone(),
oldPwd, pwd, AccountTypeEnum.LOG_TYPE_PASSWORD.getCode());
picaLogUtils.info(logPWDModifyEntity);
} else {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册