From 681c2e7348119b15340bb45af8fc917d7b74c7dd Mon Sep 17 00:00:00 2001 From: <chenjingjing@example.com> Date: 星期五, 28 十二月 2018 17:05:36 +0800 Subject: [PATCH] ingore规则,忽略新的.class文件 --- gx_tieta/src/com/fgkj/Filters/HotlinkFilter.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gx_tieta/src/com/fgkj/Filters/HotlinkFilter.java b/gx_tieta/src/com/fgkj/Filters/HotlinkFilter.java index 7a50c87..d26e059 100644 --- a/gx_tieta/src/com/fgkj/Filters/HotlinkFilter.java +++ b/gx_tieta/src/com/fgkj/Filters/HotlinkFilter.java @@ -108,7 +108,7 @@ flag=true; if("login.jsp".equalsIgnoreCase(source)){ //杩涘叆鐧诲綍椤甸潰鐨勬椂鍊欐煡璇㈠鑸暟缁勫苟涓斿皢鍏跺瓨鍏ession - new CustompageAction().searchAll(); + //new CustompageAction().searchAll(); } }else{ List<Custompage> custompages = (List<Custompage>) ActionUtil.getSession().getAttribute("custompages"); -- Gitblit v1.9.1