Index: core-module/pom.xml =================================================================== diff -u -r312a4c70a76933fda62784c2a68962bdb880bfc6 -raa68a78e45601259c994d17009a75d052b1e467c --- core-module/pom.xml (.../pom.xml) (revision 312a4c70a76933fda62784c2a68962bdb880bfc6) +++ core-module/pom.xml (.../pom.xml) (revision aa68a78e45601259c994d17009a75d052b1e467c) @@ -7,7 +7,7 @@ 313devgrp java-service-tree-framework-core-library - 23.01.14 + 23.01.15 ../pom.xml @@ -31,7 +31,7 @@ 313devgrp lib-module - 23.01.14 + 23.01.15 pom Index: core-module/src/main/java/egovframework/com/ext/jstree/springHibernate/core/interceptor/RouteTableInterceptor.java =================================================================== diff -u -r312a4c70a76933fda62784c2a68962bdb880bfc6 -raa68a78e45601259c994d17009a75d052b1e467c --- core-module/src/main/java/egovframework/com/ext/jstree/springHibernate/core/interceptor/RouteTableInterceptor.java (.../RouteTableInterceptor.java) (revision 312a4c70a76933fda62784c2a68962bdb880bfc6) +++ core-module/src/main/java/egovframework/com/ext/jstree/springHibernate/core/interceptor/RouteTableInterceptor.java (.../RouteTableInterceptor.java) (revision aa68a78e45601259c994d17009a75d052b1e467c) @@ -21,7 +21,7 @@ String servletPath = httpServletRequest.getServletPath(); ///auth-user/api/arms/reqAdd/T_ARMS_REQADD_145/getChildNode.do - ///auth-user/api/arms/reqAdd/T_ARMS_REQADD_STATUS_145/getChildNode.do + if(StringUtils.contains(servletPath,"T_ARMS_REQADD_")){ if(StringUtils.contains(servletPath,"getMonitor.do")){ String replaceTableName = (String) SessionUtil.getAttribute("getMonitor"); @@ -55,39 +55,6 @@ String replaceTableName = (String) SessionUtil.getAttribute("getHistory"); return replaceStatement(prepedStatement, replaceTableName); } - - if(StringUtils.contains(servletPath,"getStatusMonitor.do")){ - String replaceTableName = (String) SessionUtil.getAttribute("getStatusMonitor"); - return replaceStatement(prepedStatement, replaceTableName); - } - if(StringUtils.contains(servletPath,"getStatusNode.do")){ - String replaceTableName = (String) SessionUtil.getAttribute("getStatusNode"); - return replaceStatement(prepedStatement, replaceTableName); - } - if(StringUtils.contains(servletPath,"getStatusChildNode.do")){ - String replaceTableName = (String) SessionUtil.getAttribute("getStatusChildNode"); - return replaceStatement(prepedStatement, replaceTableName); - } - if(StringUtils.contains(servletPath,"getStatusChildNodeWithParent.do")){ - String replaceTableName = (String) SessionUtil.getAttribute("getStatusChildNodeWithParent"); - return replaceStatement(prepedStatement, replaceTableName); - } - if(StringUtils.contains(servletPath,"addStatusNode.do")){ - String replaceTableName = (String) SessionUtil.getAttribute("addStatusNode"); - return replaceStatement(prepedStatement, replaceTableName); - } - if(StringUtils.contains(servletPath,"updateStatusNode.do")){ - String replaceTableName = (String) SessionUtil.getAttribute("updateStatusNode"); - return replaceStatement(prepedStatement, replaceTableName); - } - if(StringUtils.contains(servletPath,"moveStatusNode.do")){ - String replaceTableName = (String) SessionUtil.getAttribute("moveStatusNode"); - return replaceStatement(prepedStatement, replaceTableName); - } - if(StringUtils.contains(servletPath,"getStatusHistory.do")){ - String replaceTableName = (String) SessionUtil.getAttribute("getStatusHistory"); - return replaceStatement(prepedStatement, replaceTableName); - } } logger.info("RouteTableInterceptor :: servletPath -> " + servletPath); } catch (Exception e) { @@ -136,31 +103,6 @@ if(StringUtils.contains(servletPath,"getHistory.do")){ tableName = (String) SessionUtil.getAttribute("getHistory"); } - - if(StringUtils.contains(servletPath,"getStatusMonitor.do")){ - tableName = (String) SessionUtil.getAttribute("getStatusMonitor"); - } - if(StringUtils.contains(servletPath,"getStatusNode.do")){ - tableName = (String) SessionUtil.getAttribute("getStatusNode"); - } - if(StringUtils.contains(servletPath,"getStatusChildNode.do")){ - tableName = (String) SessionUtil.getAttribute("getStatusChildNode"); - } - if(StringUtils.contains(servletPath,"getStatusChildNodeWithParent.do")){ - tableName = (String) SessionUtil.getAttribute("getStatusChildNodeWithParent"); - } - if(StringUtils.contains(servletPath,"addStatusNode.do")){ - tableName = (String) SessionUtil.getAttribute("addStatusNode"); - } - if(StringUtils.contains(servletPath,"updateStatusNode.do")){ - tableName = (String) SessionUtil.getAttribute("updateStatusNode"); - } - if(StringUtils.contains(servletPath,"moveStatusNode.do")){ - tableName = (String) SessionUtil.getAttribute("moveStatusNode"); - } - if(StringUtils.contains(servletPath,"getStatusHistory.do")){ - tableName = (String) SessionUtil.getAttribute("getStatusHistory"); - } } } return tableName; Index: lib-module/pom.xml =================================================================== diff -u -r312a4c70a76933fda62784c2a68962bdb880bfc6 -raa68a78e45601259c994d17009a75d052b1e467c --- lib-module/pom.xml (.../pom.xml) (revision 312a4c70a76933fda62784c2a68962bdb880bfc6) +++ lib-module/pom.xml (.../pom.xml) (revision aa68a78e45601259c994d17009a75d052b1e467c) @@ -5,7 +5,7 @@ 313devgrp java-service-tree-framework-core-library - 23.01.14 + 23.01.15 ../pom.xml Index: pom.xml =================================================================== diff -u -r312a4c70a76933fda62784c2a68962bdb880bfc6 -raa68a78e45601259c994d17009a75d052b1e467c --- pom.xml (.../pom.xml) (revision 312a4c70a76933fda62784c2a68962bdb880bfc6) +++ pom.xml (.../pom.xml) (revision aa68a78e45601259c994d17009a75d052b1e467c) @@ -10,7 +10,7 @@ 4.0.0 313devgrp java-service-tree-framework-core-library - 23.01.14 + 23.01.15 pom java-service-tree-framework-core-library