提交 f5f8a3ed 编写于 作者: shengzhang_'s avatar shengzhang_ 提交者: Gitee

!26 update sa-token-core/src/main/java/cn/dev33/satoken/session/SaSessionCustomUtil.java.

Merge pull request !26 from 知知/N/A
......@@ -31,7 +31,7 @@ public class SaSessionCustomUtil {
* @param sessionId session的id
* @return 是否存在
*/
public boolean isExists(String sessionId) {
public static boolean isExists(String sessionId) {
return SaTokenManager.getSaTokenDao().getSession(splicingSessionKey(sessionId)) != null;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册