From 2273f3cce5f65c459ee602eae34686068567444d Mon Sep 17 00:00:00 2001 From: myname Date: Wed, 30 Oct 2024 14:07:18 +0900 Subject: [PATCH] =?UTF-8?q?2024-10-30=2014:07=20=EC=98=A4=EC=8B=9C?= =?UTF-8?q?=EB=8A=94=EA=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sym/log/clg/EgovLoginLog_SQL_Oracle.xml | 6 +- .../_extra/web/user/myPage/myLawCounsel.jsp | 66 +++-- .../jsp/sym/log/clg/SelectLogMethodList.jsp | 160 ++++-------- .../jsp/sym/log/clg/SelectWebLogList.jsp | 247 ++++++++++-------- .../WEB-INF/jsp/sym/log/clg/ViewLogMethod.jsp | 35 ++- .../case/jsp/content/01030000000000000000.jsp | 47 +++- 6 files changed, 313 insertions(+), 248 deletions(-) diff --git a/src/main/resources/egovframework/sqlmap/let/sym/log/clg/EgovLoginLog_SQL_Oracle.xml b/src/main/resources/egovframework/sqlmap/let/sym/log/clg/EgovLoginLog_SQL_Oracle.xml index 8d4b5ca4..6397f8fc 100644 --- a/src/main/resources/egovframework/sqlmap/let/sym/log/clg/EgovLoginLog_SQL_Oracle.xml +++ b/src/main/resources/egovframework/sqlmap/let/sym/log/clg/EgovLoginLog_SQL_Oracle.xml @@ -1154,13 +1154,13 @@ FROM LETTNLOGINLOG A WHERE 1=1 - a.menu_nm LIKE CONCAT('%',#searchKeyword#,'%') + a.menu_nm LIKE '%'||#searchKeyword#||'%' - a.creat_dt >= TO_DATETIME(CONCAT (#searchStartDt#,' 00:00:00'),'YYYY-MM-DD HH24:MI:SS') + a.creat_dt >= TO_DATE(#searchStartDt#||' 00:00:00','YYYY-MM-DD HH24:MI:SS') - TO_DATETIME(CONCAT (#searchEndDt#,' 23:59:59'),'YYYY-MM-DD HH24:MI:SS') >= a.creat_dt + TO_DATE(#searchEndDt#||' 23:59:59','YYYY-MM-DD HH24:MI:SS') >= a.creat_dt GROUP BY menu_nm diff --git a/src/main/webapp/WEB-INF/jsp/_extra/web/user/myPage/myLawCounsel.jsp b/src/main/webapp/WEB-INF/jsp/_extra/web/user/myPage/myLawCounsel.jsp index b02d6802..fd976168 100644 --- a/src/main/webapp/WEB-INF/jsp/_extra/web/user/myPage/myLawCounsel.jsp +++ b/src/main/webapp/WEB-INF/jsp/_extra/web/user/myPage/myLawCounsel.jsp @@ -30,6 +30,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + 지하철 이용 시 +
+
+ +
+ +
+ + + 버스 이용 시 +
+
+ +
+ +
+ +