Commit bc4d7ef1 authored by yanzg's avatar yanzg

表结构修改

parent b261830f
...@@ -78,6 +78,7 @@ public class TokenHelper { ...@@ -78,6 +78,7 @@ public class TokenHelper {
return null; return null;
} else { } else {
cache.put(id, databaseToken); cache.put(id, databaseToken);
return databaseToken;
} }
} }
return cacheTokenData; return cacheTokenData;
......
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