提交 0d0bd0c1 编写于 作者:  Peijun.zhao's avatar Peijun.zhao

when create doctor, add name

上级 1d218448
流水线 #47980 已取消 于阶段
......@@ -90,6 +90,7 @@ public class AccountServiceImpl implements AccountService {
AccountInfoEntity accountInfo = new AccountInfoEntity();
Date currentTime = new Date();
accountInfo.setMobilePhone(account.getMobilePhone());
accountInfo.setName(account.getName());
accountInfo.setPassword("");
accountInfo.setCreatedTime(currentTime);
accountInfo.setCreatedId(0);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册