提交 214b9684 编写于 作者: minghao.wu's avatar minghao.wu

fix: saas设置entire_flag默认为2

上级 e21904ec
流水线 #43790 已失败 于阶段
...@@ -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(1); account.setEntireFlag(2);
} }
account.setName(hospitalSaasUserReq.getName()); account.setName(hospitalSaasUserReq.getName());
account.setComment(hospitalSaasUserReq.getComment()); account.setComment(hospitalSaasUserReq.getComment());
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册