"plus-admin/vscode:/vscode.git/clone" did not exist on "e27ca5d7e1f2cf075a3f9692b59a03e6bb8eb80f"
Commit 22579f13 authored by HuangBingGui's avatar HuangBingGui
Browse files

no commit message

parent 486dec31
...@@ -65,7 +65,7 @@ public class SyncOnlineSessionFilter extends PathMatchingFilter ...@@ -65,7 +65,7 @@ public class SyncOnlineSessionFilter extends PathMatchingFilter
// session停止时间,如果stopTimestamp不为null,则代表已停止 // session停止时间,如果stopTimestamp不为null,则代表已停止
if (session != null && session.getUserId() != null && session.getStopTimestamp() == null) if (session != null && session.getUserId() != null && session.getStopTimestamp() == null)
{ {
//sysUserOnlineService.syncToDb(session); sysUserOnlineService.syncToDb(session);
} }
return true; return true;
}catch (Exception e){ }catch (Exception e){
......
Supports Markdown
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