bug修改-修改密码
This commit is contained in:
parent
65cc2ade55
commit
b0065a7058
@ -239,6 +239,9 @@ public class XzRegistryServiceImpl extends ServiceImpl<XzRegistryMapper, XzRegis
|
||||
throw new OpenAlertException("项目子账号不存在");
|
||||
}
|
||||
email = users.get(0).getPersonMail();
|
||||
if (StrUtil.isBlank(email)) {
|
||||
throw new OpenAlertException("该账号未绑定邮箱");
|
||||
}
|
||||
}
|
||||
HashMap<String, Object> map = new HashMap<>();
|
||||
map.put("email", email);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user