@@ -147,7 +147,7 @@ public class SysLoginService{
}
LoginUser userInfo= userResult.getData();
-
+ userInfo.setPlatformType(loginType);
passwordService.clearLoginRecordCache(username);
recordLogService.recordLogininfor(username,Constants.LOGIN_SUCCESS,"登录成功",loginType);
return userInfo;