Commit 1f46082c authored by 董建华's avatar 董建华

判断手机号空的情况

parent 367c3840
......@@ -213,7 +213,10 @@ public class LoginInterceptorAspect {
if (DEFAULT_CODE.equals(deviceId)) {
return;
}
if (null == phone || "".equals(phone)) {
log.warn("没有手机号先不存了");
return ;
}
Device device = Device.valueOfCode(deviceCode);
LoginInfo info = new LoginInfo();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment