修复用户忘记密码bug
This commit is contained in:
parent
41d372da5f
commit
ef53643368
|
|
@ -392,8 +392,7 @@ public class LoginServiceImpl implements ILoginService {
|
||||||
}
|
}
|
||||||
|
|
||||||
// 删除验证码
|
// 删除验证码
|
||||||
int noticeTpe = NoticeEnum.SMS_FORGOT_PASSWORD_CODE.getCode();
|
RedisUtil.del(GlobalConfig.redisSmsCode+typeCode+":"+mobile);
|
||||||
RedisUtil.del(GlobalConfig.redisSmsCode+noticeTpe+":"+mobile);
|
|
||||||
|
|
||||||
// 查询手机号
|
// 查询手机号
|
||||||
User user = userMapper.selectOne(new QueryWrapper<User>()
|
User user = userMapper.selectOne(new QueryWrapper<User>()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue