RuoYi
2020-01-03 0348349a86b64eb4dd959c29c339f75b2fdb26d9
ruoyi/src/main/java/com/ruoyi/framework/security/service/TokenService.java
@@ -124,8 +124,6 @@
        long currentTime = System.currentTimeMillis();
        if (expireTime - currentTime <= MILLIS_MINUTE_TEN)
        {
            String token = loginUser.getToken();
            loginUser.setToken(token);
            refreshToken(loginUser);
        }
    }