Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JeeSpringCloud
Commits
22579f13
"plus-admin/vscode:/vscode.git/clone" did not exist on "e27ca5d7e1f2cf075a3f9692b59a03e6bb8eb80f"
Commit
22579f13
authored
Oct 12, 2018
by
HuangBingGui
Browse files
no commit message
parent
486dec31
Changes
1
Hide whitespace changes
Inline
Side-by-side
JeeSpringCloud/src/main/java/com/jeespring/common/filter/SyncOnlineSessionFilter.java
View file @
22579f13
...
@@ -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
){
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment