提交 0cfcd35e 编写于 作者: minghao.wu's avatar minghao.wu

fix: 注册时间填充

上级 c37b47db
流水线 #49125 已取消 于阶段
......@@ -365,6 +365,7 @@ public class RegisterServiceImpl implements RegisterService {
account.setDeleteFlag(1);
account.setCreatId(0L);
account.setModifyId(0L);
account.setRegTime(currentTime);
account.setCreatTime(currentTime);
account.setModifyTime(currentTime);
account.setFirstLoginTime(currentTime);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册