From 0d7c3a67a5d65ce8a374a946fa17bb410eafdf25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Tue, 15 Mar 2022 16:04:14 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A7=80=EB=8F=84=EC=82=AC=EC=9A=A9=EC=9D=B4?= =?UTF-8?q?=EB=A0=A5=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=20-=20=ED=85=8C?= =?UTF-8?q?=EC=9D=B4=EB=B8=94=EC=97=90=20=EB=8F=99=EC=9E=91=20=EC=BB=AC?= =?UTF-8?q?=EB=9F=BC=20=EC=B6=94=EA=B0=80.=20=20-=20=EB=B0=98=EC=9D=91?= =?UTF-8?q?=ED=98=95=20=EA=B8=B0=EB=8A=A5=20=EC=B6=94=EA=B0=80.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/mca/map/vo/UseHistoryVO.java | 18 +++ .../sqlmap/mappers/map/useHistory.xml | 64 +++++---- .../webapp/WEB-INF/jsp/admin/fieldData.jsp | 3 +- src/main/webapp/WEB-INF/jsp/admin/history.jsp | 132 +++++++++++++----- .../webapp/WEB-INF/jsp/admin/userInfoView.jsp | 2 +- 5 files changed, 152 insertions(+), 67 deletions(-) diff --git a/src/main/java/com/mca/map/vo/UseHistoryVO.java b/src/main/java/com/mca/map/vo/UseHistoryVO.java index f828d42..492a05d 100644 --- a/src/main/java/com/mca/map/vo/UseHistoryVO.java +++ b/src/main/java/com/mca/map/vo/UseHistoryVO.java @@ -3,11 +3,29 @@ package com.mca.map.vo; public class UseHistoryVO { private String logDate; private String reqArea; + private int client_type; + private int log_type; // private String content; private String userid; private String name; private String company; + public int getClient_type() { + return client_type; + } + + public void setClient_type(int client_type) { + this.client_type = client_type; + } + + public int getLog_type() { + return log_type; + } + + public void setLog_type(int log_type) { + this.log_type = log_type; + } + public String getLogDate() { return logDate; } diff --git a/src/main/resources/egovframework/sqlmap/mappers/map/useHistory.xml b/src/main/resources/egovframework/sqlmap/mappers/map/useHistory.xml index eff892c..78b57ca 100644 --- a/src/main/resources/egovframework/sqlmap/mappers/map/useHistory.xml +++ b/src/main/resources/egovframework/sqlmap/mappers/map/useHistory.xml @@ -6,26 +6,29 @@ @@ -35,19 +38,20 @@ COUNT(*) FROM map_use_history a JOIN t_user b ON a.userid=b.userid - WHERE 1 = 1 - - - - AND (b.name LIKE CONCAT('%',#{searchKeyword},'%') - OR b.company LIKE CONCAT('%',#{searchKeyword},'%') - OR a.req_area LIKE CONCAT('%',#{searchKeyword},'%')) - - - AND ${searchCondition} LIKE CONCAT('%',#{searchKeyword},'%') - - - + + + + + AND (b.name LIKE CONCAT('%',#{searchKeyword},'%') + OR b.company LIKE CONCAT('%',#{searchKeyword},'%') + OR a.req_area LIKE CONCAT('%',#{searchKeyword},'%')) + + + AND ${searchCondition} LIKE CONCAT('%',#{searchKeyword},'%') + + + + - - - - - - -
- -
-
- -
+
+
+
+
+ +
+
+ +
+
+
- + + + + + + + + + + + + + + + + + + + + + + - - - - + - - + + +
소속담당자동작위치날짜
+ + + 로그인 + + + 로그아웃 + + + 지도사용 + + +
위치소속담당자날짜요청한 목록이 없습니다.
+
+ +
+ + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - + + + - +
소속
담당자
동작 + + + 로그인 + + + 로그아웃 + + + 지도사용 + + +
위치
날짜
요청한 목록이 없습니다.
요청한 목록이 없습니다.
+
diff --git a/src/main/webapp/WEB-INF/jsp/admin/userInfoView.jsp b/src/main/webapp/WEB-INF/jsp/admin/userInfoView.jsp index 6e20224..5626bec 100644 --- a/src/main/webapp/WEB-INF/jsp/admin/userInfoView.jsp +++ b/src/main/webapp/WEB-INF/jsp/admin/userInfoView.jsp @@ -4,7 +4,7 @@ <%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> <%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> -
+