bug修改-修改密码

This commit is contained in:
guoshengxiong 2024-05-12 17:06:03 +08:00
parent 65cc2ade55
commit b0065a7058

View File

@ -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);