diff --git a/src/main/java/seed/com/gtm/base/BaseController.java b/src/main/java/seed/com/gtm/base/BaseController.java
index e61154be..aa22f8cd 100644
--- a/src/main/java/seed/com/gtm/base/BaseController.java
+++ b/src/main/java/seed/com/gtm/base/BaseController.java
@@ -72,7 +72,9 @@ public class BaseController {
@PathVariable(value="pageName") String pageName,
@PathVariable(value="pageAction") String pageAction
) throws Exception {
-
+ if("CaseGubun".equals(pageAction)) {
+ System.out.println("시작");
+ }
//log.debug("BaseController URI = " + request.getRequestURI());
String memberId = SeedUtils.setReplaceNull(session.getAttribute("memberId"));
diff --git a/src/main/resources/egovframework/sqlmap/config/mappers/common/common_sql.xml b/src/main/resources/egovframework/sqlmap/config/mappers/common/common_sql.xml
new file mode 100644
index 00000000..a5442d97
--- /dev/null
+++ b/src/main/resources/egovframework/sqlmap/config/mappers/common/common_sql.xml
@@ -0,0 +1,519 @@
+
+
+
+
+
+
+
+
+
+ ) ROW_
+ )
+ WHERE RNUM > #{pageStart} AND #{perPageNum} >= ROWNUM
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/webapp/WEB-INF/jsp/layout/seedAdminLayout.jsp b/src/main/webapp/WEB-INF/jsp/layout/seedAdminLayout.jsp
index a03bc376..bf9e354a 100644
--- a/src/main/webapp/WEB-INF/jsp/layout/seedAdminLayout.jsp
+++ b/src/main/webapp/WEB-INF/jsp/layout/seedAdminLayout.jsp
@@ -71,9 +71,11 @@
+
+
+ -->