提交 58db2c5a 编写于 作者: rushui.chen's avatar rushui.chen

20191114 补全密码

上级 68a835b5
流水线 #17100 已失败 于阶段
in 0 second
......@@ -126,7 +126,9 @@ public class RegisterServiceImpl implements RegisterService {
account.setFirstLoginTime(currentTime);
account.setLastLoginTime(currentTime);
account.setPassword(password);
account.setEntireFlag(3);
if (!StringUtils.isBlank(password)){
account.setEntireFlag(3);
}
accountMapper.insertSelective(account);
}
Long userId = accountUtils.getUserIdByAcctId(productType, acctId);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册