提交 41326bc2 编写于 作者: wenhao.qin's avatar wenhao.qin

Merge branch 'release' into dev-20220318

流水线 #43786 已失败 于阶段
...@@ -176,7 +176,7 @@ public class AccountServiceImpl implements AccountService { ...@@ -176,7 +176,7 @@ public class AccountServiceImpl implements AccountService {
account.setAcctId(acctId); account.setAcctId(acctId);
account.setMobilePhone(encryptMobilePhone); account.setMobilePhone(encryptMobilePhone);
account.setPassword(""); account.setPassword("");
account.setEntireFlag(3); account.setEntireFlag(1);
account.setComment(""); account.setComment("");
account.setHospitalId(req.getHospitalId()); account.setHospitalId(req.getHospitalId());
account.setHospital(req.getHospitalName()); account.setHospital(req.getHospitalName());
......
...@@ -372,7 +372,7 @@ public class HospitalSaasUserServiceImpl implements HospitalSaasUserService { ...@@ -372,7 +372,7 @@ public class HospitalSaasUserServiceImpl implements HospitalSaasUserService {
account.setMobilePhone(mobileEncrypt); account.setMobilePhone(mobileEncrypt);
account.setPassword(password); account.setPassword(password);
if (!StringUtils.isBlank(password)) { if (!StringUtils.isBlank(password)) {
account.setEntireFlag(3); account.setEntireFlag(1);
} }
account.setName(hospitalSaasUserReq.getName()); account.setName(hospitalSaasUserReq.getName());
account.setComment(hospitalSaasUserReq.getComment()); account.setComment(hospitalSaasUserReq.getComment());
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册