|
|
@@ -25,8 +25,6 @@ public class CustomFilter implements Filter {
|
|
25
|
25
|
throws IOException, ServletException {
|
|
26
|
26
|
HttpServletRequest request = (HttpServletRequest) arg0;
|
|
27
|
27
|
HttpSession session = request.getSession();
|
|
28
|
|
- System.out.println("ljq——sessionId================="+session.getId());
|
|
29
|
|
- System.out.println("ljq——orgId================="+session.getAttribute("orgId"));
|
|
30
|
28
|
String orgId = "";
|
|
31
|
29
|
if (session != null){
|
|
32
|
30
|
orgId = ObjectUtils.toString(session.getAttribute("orgId"),"");
|