Commit 22579f13 authored by HuangBingGui's avatar HuangBingGui
Browse files

no commit message

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