2022-11-10 11:33 로그관리 화면 수정
This commit is contained in:
parent
1c78b1ed6a
commit
02a2c45cd0
@ -748,7 +748,17 @@ public class EgovLoginLogController {
|
|||||||
List<AdrHstryMgrVO> userMenuList = adrHstryMgrDetailService.selectDocHstryList1(adrHstryMgrVO);
|
List<AdrHstryMgrVO> userMenuList = adrHstryMgrDetailService.selectDocHstryList1(adrHstryMgrVO);
|
||||||
|
|
||||||
//int adminLogListCnt = loginLogService.selectAmdinLogTotCnt(loginLog);
|
//int adminLogListCnt = loginLogService.selectAmdinLogTotCnt(loginLog);
|
||||||
|
try {
|
||||||
|
if (userMenuList.size()>=1) {
|
||||||
paginationInfo.setTotalRecordCount(userMenuList.get(0).getTotCnt());
|
paginationInfo.setTotalRecordCount(userMenuList.get(0).getTotCnt());
|
||||||
|
}else {
|
||||||
|
paginationInfo.setTotalRecordCount(0);
|
||||||
|
}
|
||||||
|
}catch(Exception ex) {
|
||||||
|
ex.printStackTrace();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
model.addAttribute("paginationInfo", paginationInfo);
|
model.addAttribute("paginationInfo", paginationInfo);
|
||||||
//model.addAttribute("adminLogList", adminLogList);
|
//model.addAttribute("adminLogList", adminLogList);
|
||||||
|
|
||||||
@ -756,6 +766,8 @@ public class EgovLoginLogController {
|
|||||||
//List<AdrHstryMgrVO> userMenuList = adrHstryMgrDetailService.selectDocHstryList1(adrHstryMgrVO);
|
//List<AdrHstryMgrVO> userMenuList = adrHstryMgrDetailService.selectDocHstryList1(adrHstryMgrVO);
|
||||||
model.addAttribute("userMenuList", userMenuList);
|
model.addAttribute("userMenuList", userMenuList);
|
||||||
|
|
||||||
|
System.out.println("--------------------------------");
|
||||||
|
|
||||||
return "sym/log/doc/SelectDocLogList1";
|
return "sym/log/doc/SelectDocLogList1";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -231,7 +231,7 @@
|
|||||||
a.frst_regist_pnttm >= TO_DATETIME(CONCAT (#searchStartDt#,' 00:00:00'),'YYYY-MM-DD HH24:MI:SS')
|
a.frst_regist_pnttm >= TO_DATETIME(CONCAT (#searchStartDt#,' 00:00:00'),'YYYY-MM-DD HH24:MI:SS')
|
||||||
</isNotEmpty>
|
</isNotEmpty>
|
||||||
<isNotEmpty prepend="AND" property="searchEndDt">
|
<isNotEmpty prepend="AND" property="searchEndDt">
|
||||||
TO_DATETIME(CONCAT (#searchEndDt#,' 23:59:59'),'YYYY-MM-DD HH24:MI:SS') >= a.a.frst_regist_pnttm
|
TO_DATETIME(CONCAT (#searchEndDt#,' 23:59:59'),'YYYY-MM-DD HH24:MI:SS') >= a.frst_regist_pnttm
|
||||||
</isNotEmpty>
|
</isNotEmpty>
|
||||||
|
|
||||||
GROUP BY a.adr_seq
|
GROUP BY a.adr_seq
|
||||||
@ -266,7 +266,7 @@
|
|||||||
a.frst_regist_pnttm >= TO_DATETIME(CONCAT (#searchStartDt#,' 00:00:00'),'YYYY-MM-DD HH24:MI:SS')
|
a.frst_regist_pnttm >= TO_DATETIME(CONCAT (#searchStartDt#,' 00:00:00'),'YYYY-MM-DD HH24:MI:SS')
|
||||||
</isNotEmpty>
|
</isNotEmpty>
|
||||||
<isNotEmpty prepend="AND" property="searchEndDt">
|
<isNotEmpty prepend="AND" property="searchEndDt">
|
||||||
TO_DATETIME(CONCAT (#searchEndDt#,' 23:59:59'),'YYYY-MM-DD HH24:MI:SS') >= a.a.frst_regist_pnttm
|
TO_DATETIME(CONCAT (#searchEndDt#,' 23:59:59'),'YYYY-MM-DD HH24:MI:SS') >= a.frst_regist_pnttm
|
||||||
</isNotEmpty>
|
</isNotEmpty>
|
||||||
|
|
||||||
GROUP BY a.adr_seq, a.menu_id, a.menu_nm, b.adr_no
|
GROUP BY a.adr_seq, a.menu_id, a.menu_nm, b.adr_no
|
||||||
|
|||||||
@ -107,10 +107,7 @@ function logListExcelDownload(){
|
|||||||
<ul class="cont_nav">
|
<ul class="cont_nav">
|
||||||
<li class="home"><a href="/"><i></i></a></li>
|
<li class="home"><a href="/"><i></i></a></li>
|
||||||
<li>
|
<li>
|
||||||
<p>운영관리</p>
|
<p>로그관리</p>
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<p>관리자로그</p>
|
|
||||||
</li>
|
</li>
|
||||||
<li><span class="cur_nav">관리자로그 관리</span></li>
|
<li><span class="cur_nav">관리자로그 관리</span></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@ -169,9 +169,6 @@ function webLogListExcelDownload(){
|
|||||||
<h2>사용자메뉴별접속통계</h2>
|
<h2>사용자메뉴별접속통계</h2>
|
||||||
<ul class="cont_nav">
|
<ul class="cont_nav">
|
||||||
<li class="home"><a href="/"><i></i></a></li>
|
<li class="home"><a href="/"><i></i></a></li>
|
||||||
<li>
|
|
||||||
<p>운영관리</p>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<p>로그관리</p>
|
<p>로그관리</p>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@ -177,16 +177,13 @@ function webLogListExcelDownload(){
|
|||||||
|
|
||||||
<!-- cont_tit -->
|
<!-- cont_tit -->
|
||||||
<div class="cont_tit">
|
<div class="cont_tit">
|
||||||
<h2>사용자메뉴별접속통계</h2>
|
<h2>사건문서이력조회</h2>
|
||||||
<ul class="cont_nav">
|
<ul class="cont_nav">
|
||||||
<li class="home"><a href="/"><i></i></a></li>
|
<li class="home"><a href="/"><i></i></a></li>
|
||||||
<li>
|
|
||||||
<p>운영관리</p>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<p>로그관리</p>
|
<p>로그관리</p>
|
||||||
</li>
|
</li>
|
||||||
<li><span class="cur_nav">사용자메뉴별접속통계</span></li>
|
<li><span class="cur_nav">사건문서이력조회</span></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- //cont_tit -->
|
<!-- //cont_tit -->
|
||||||
@ -305,7 +302,7 @@ function webLogListExcelDownload(){
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>번호 <button type="button" class="sortBtn sort" id="sort_logId"></button></th>
|
<th>번호 <button type="button" class="sortBtn sort" id="sort_logId"></button></th>
|
||||||
<th>메뉴명 <button type="button" class="sortBtn sort" id="sort_menuNm"></button></th>
|
<th>조정번호 <button type="button" class="sortBtn sort" id="sort_menuNm"></button></th>
|
||||||
<th>접속수 <button type="button" class="sortBtn sort" id="sort_approNm"></button></th>
|
<th>접속수 <button type="button" class="sortBtn sort" id="sort_approNm"></button></th>
|
||||||
<th>최초접속일자 <button type="button" class="sortBtn sort" id="sort_creatDt"></button></th>
|
<th>최초접속일자 <button type="button" class="sortBtn sort" id="sort_creatDt"></button></th>
|
||||||
<th>최종접속일자 <button type="button" class="sortBtn sort" id="sort_creatDt"></button></th>
|
<th>최종접속일자 <button type="button" class="sortBtn sort" id="sort_creatDt"></button></th>
|
||||||
|
|||||||
@ -186,16 +186,16 @@ function webLogListExcelDownload(){
|
|||||||
|
|
||||||
<!-- cont_tit -->
|
<!-- cont_tit -->
|
||||||
<div class="cont_tit">
|
<div class="cont_tit">
|
||||||
<h2>사용자메뉴별접속통계</h2>
|
<h2>사건문서이력조회</h2>
|
||||||
<ul class="cont_nav">
|
<ul class="cont_nav">
|
||||||
<li class="home"><a href="/"><i></i></a></li>
|
<li class="home"><a href="/"><i></i></a></li>
|
||||||
<li>
|
|
||||||
<p>운영관리</p>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<p>로그관리</p>
|
<p>로그관리</p>
|
||||||
</li>
|
</li>
|
||||||
<li><span class="cur_nav">사용자메뉴별접속통계</span></li>
|
<li>
|
||||||
|
<p>사건문서이력조회</p>
|
||||||
|
</li>
|
||||||
|
<li><span class="cur_nav">사건문서이력조회</span></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- //cont_tit -->
|
<!-- //cont_tit -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user