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

20191224 完善注册信息来源

上级 16c4ff37
流水线 #19380 已失败 于阶段
in 0 second
......@@ -133,6 +133,7 @@ public class RegisterServiceImpl implements RegisterService {
account.setModifyTime(currentTime);
account.setFirstLoginTime(currentTime);
account.setLastLoginTime(currentTime);
account.setRegisterSource(sourceType);
account.setPassword(password);
if (!StringUtils.isBlank(password)){
account.setEntireFlag(3);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册