提交 40e5e4c5 编写于 作者: minghao.wu's avatar minghao.wu

fix: saas设置entire_flag默认为1

上级 86aace6f
流水线 #43783 已取消 于阶段
......@@ -380,7 +380,7 @@ public class HospitalSaasUserServiceImpl implements HospitalSaasUserService {
account.setMobilePhone(mobileEncrypt);
account.setPassword(password);
if (!StringUtils.isBlank(password)) {
account.setEntireFlag(3);
account.setEntireFlag(1);
}
account.setName(hospitalSaasUserReq.getName());
account.setComment(hospitalSaasUserReq.getComment());
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册