debug 删除
This commit is contained in:
parent
99e1a0dcba
commit
1867438ac6
|
|
@ -16,7 +16,6 @@ public class TokenLoginCache {
|
|||
Integer terminal = LikeFrontThreadLocal.getTerminal();
|
||||
String token = LikeFrontThreadLocal.getToken();
|
||||
String key = KEY + terminal + ":" + token;
|
||||
System.out.println(key);
|
||||
Object o = RedisUtils.get(key);
|
||||
if (StringUtils.isNull(o)) {
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue