mirror of https://gitee.com/xiaonuobase/snowy
【修复】修复注释错别字
parent
f458156d80
commit
b4cb7e1fb4
|
@ -433,7 +433,7 @@ public class SysUserServiceImpl extends ServiceImpl<SysUserMapper, SysUser> impl
|
||||||
}
|
}
|
||||||
// 执行校验验证码
|
// 执行校验验证码
|
||||||
validValidCode(sysUserGetEmailValidCodeParam.getValidCode(), sysUserGetEmailValidCodeParam.getValidCodeReqNo());
|
validValidCode(sysUserGetEmailValidCodeParam.getValidCode(), sysUserGetEmailValidCodeParam.getValidCodeReqNo());
|
||||||
// 根据手机号获取用户信息,判断用户是否存在
|
// 根据邮箱获取用户信息,判断用户是否存在
|
||||||
if (ObjectUtil.isEmpty(this.getUserByEmail(email))) {
|
if (ObjectUtil.isEmpty(this.getUserByEmail(email))) {
|
||||||
throw new CommonException("邮箱:{}不存在", email);
|
throw new CommonException("邮箱:{}不存在", email);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue