|
@@ -122,10 +122,6 @@ public class SysLoginService {
|
|
|
if(redisService.getCacheObject(form.getUuid()) == null){
|
|
|
throw new BaseException("登录超时,请重新登录");
|
|
|
}
|
|
|
- String cacheObject = redisService.getCacheObject(form.getUuid()).toString();
|
|
|
- if (StringUtils.isBlank(cacheObject)) {
|
|
|
- throw new BaseException("登录超时,请重新登录");
|
|
|
- }
|
|
|
String phone = form.getPhone();
|
|
|
if (StringUtils.isBlank(phone)) {
|
|
|
throw new BaseException("缺少参数,手机号码");
|