Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/util/WebUtil.java
@@ -187,7 +187,7 @@ * @return 用户对象,但是不抛出异常 */ public static SessionInfo getCurrentUserSessionInfoNotException() { return WebThreadLocalUtil.getCurrentUserSessionInfoInThread().get(); return WebThreadLocalUtil.getCurrentUserSessionInfoInThread(); } /** @@ -195,7 +195,7 @@ * @param sessionInfo 会话信息 */ public static synchronized void setSessionInfo(SessionInfo sessionInfo){ WebThreadLocalUtil.getCurrentUserSessionInfoInThread().set(sessionInfo); WebThreadLocalUtil.setCurrentUserSessionInfoInThread(sessionInfo); } /**