Commit a251ef6f authored by xuepeng.chang's avatar xuepeng.chang

log

parent 266b48c7
...@@ -214,7 +214,7 @@ public class SessionServiceImpl implements ISessionService { ...@@ -214,7 +214,7 @@ public class SessionServiceImpl implements ISessionService {
public void persistSession(String token, SessionValue sessionValue, Long time, Integer tenantId) { public void persistSession(String token, SessionValue sessionValue, Long time, Integer tenantId) {
// //
if(!token.contains(prefix)){ if(!token.contains(prefix)){
log.info("token={},命中不能续期逻辑 id={}",token,sessionValue.getUser().getId()); log.info("token={},命中不能续期逻辑 id={}",token,JSON.toJSONString(sessionValue));
return; return;
} }
Timestamp current = new Timestamp(System.currentTimeMillis()); Timestamp current = new Timestamp(System.currentTimeMillis());
......
Markdown is supported
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