통계관리에 30분 단위 업데이트 문구 추가
@047cebd75bd6c68fba5b507ad3ac416c266445bb
--- src/main/java/itn/let/sym/log/clg/web/EtcStatController.java
+++ src/main/java/itn/let/sym/log/clg/web/EtcStatController.java
... | ... | @@ -4,11 +4,9 @@ |
| 4 | 4 |
import java.util.Calendar; |
| 5 | 5 |
import java.util.Date; |
| 6 | 6 |
import java.util.List; |
| 7 |
-import java.util.Map; |
|
| 8 | 7 |
|
| 9 | 8 |
import javax.annotation.Resource; |
| 10 | 9 |
import javax.servlet.http.HttpServletRequest; |
| 11 |
-import javax.servlet.http.HttpSession; |
|
| 12 | 10 |
|
| 13 | 11 |
import org.springframework.stereotype.Controller; |
| 14 | 12 |
import org.springframework.ui.Model; |
... | ... | @@ -18,7 +16,6 @@ |
| 18 | 16 |
import org.springframework.web.bind.annotation.RequestParam; |
| 19 | 17 |
import org.springframework.web.servlet.ModelAndView; |
| 20 | 18 |
import org.springframework.web.servlet.mvc.support.RedirectAttributes; |
| 21 |
-import org.springframework.web.servlet.support.RequestContextUtils; |
|
| 22 | 19 |
|
| 23 | 20 |
import egovframework.rte.fdl.security.userdetails.util.EgovUserDetailsHelper; |
| 24 | 21 |
import egovframework.rte.psl.dataaccess.util.EgovMap; |
... | ... | @@ -27,11 +24,9 @@ |
| 27 | 24 |
import itn.com.cmm.LoginVO; |
| 28 | 25 |
import itn.com.cmm.util.EgovDoubleSubmitHelper; |
| 29 | 26 |
import itn.com.cmm.util.RedirectUrlMaker; |
| 30 |
-import itn.com.uss.olh.hpc.service.HackIpVO; |
|
| 31 | 27 |
import itn.let.sym.log.clg.service.EtcStatService; |
| 32 | 28 |
import itn.let.sym.log.clg.service.EtcStatVO; |
| 33 | 29 |
import itn.let.sym.log.clg.service.PopSrhVO; |
| 34 |
-import itn.let.uss.umt.service.UserDefaultVO; |
|
| 35 | 30 |
|
| 36 | 31 |
/** |
| 37 | 32 |
* 기타통계를 관리하기 위한 컨트롤러 클래스 |
... | ... | @@ -81,9 +76,10 @@ |
| 81 | 76 |
SimpleDateFormat date = new SimpleDateFormat("yyyy-MM-dd");
|
| 82 | 77 |
String toDay = date.format(today); |
| 83 | 78 |
|
| 84 |
- //한달 전 |
|
| 79 |
+ //1주 전 |
|
| 85 | 80 |
Calendar mon = Calendar.getInstance(); |
| 86 |
- mon.add(Calendar.MONTH , -1); |
|
| 81 |
+ //mon.add(Calendar.MONTH , -1); |
|
| 82 |
+ mon.add(Calendar.WEEK_OF_MONTH , -1); |
|
| 87 | 83 |
String beforeMonthDay = new java.text.SimpleDateFormat("yyyy-MM-dd").format(mon.getTime());
|
| 88 | 84 |
|
| 89 | 85 |
if (null == etcStatVO.getNtceBgnde() || etcStatVO.getNtceBgnde().equals("")) {
|
--- src/main/webapp/WEB-INF/jsp/sym/log/clg/SelectDeviceLogList.jsp
+++ src/main/webapp/WEB-INF/jsp/sym/log/clg/SelectDeviceLogList.jsp
... | ... | @@ -94,6 +94,11 @@ |
| 94 | 94 |
<input type="button" class="btnType1" value="검색" onclick="fn_search(); return false;"> |
| 95 | 95 |
</div> |
| 96 | 96 |
|
| 97 |
+ <div class="listTop"> |
|
| 98 |
+ <div class="rightWrap"> |
|
| 99 |
+ (30분 단위 업데이트) |
|
| 100 |
+ </div> |
|
| 101 |
+ </div> |
|
| 97 | 102 |
<div class="tableWrap"> |
| 98 | 103 |
<table class="tbType1"> |
| 99 | 104 |
<colgroup> |
--- src/main/webapp/WEB-INF/jsp/uss/ion/fax/faxAdmSendPerformanceStatistics.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/ion/fax/faxAdmSendPerformanceStatistics.jsp
... | ... | @@ -28,6 +28,9 @@ |
| 28 | 28 |
<head> |
| 29 | 29 |
<title>팩스 전송실적</title> |
| 30 | 30 |
<meta http-equiv="content-type" content="text/html; charset=utf-8"> |
| 31 |
+<style type="text/css"> |
|
| 32 |
+.pageCont .listTop {padding:0 0 10px; text-align:right;}
|
|
| 33 |
+</style> |
|
| 31 | 34 |
<script type="text/javaScript" language="javascript"> |
| 32 | 35 |
$(document).ready(function(){
|
| 33 | 36 |
var date = new Date(); |
... | ... | @@ -176,6 +179,9 @@ |
| 176 | 179 |
<input type="button" class="btnType1" onclick="fn_list_search(); return false;" value="검색"> |
| 177 | 180 |
</div> |
| 178 | 181 |
|
| 182 |
+ <div class="listTop" style> |
|
| 183 |
+ (30분 단위 업데이트) |
|
| 184 |
+ </div> |
|
| 179 | 185 |
<c:set var="totalSentPageSum" value="0" /> |
| 180 | 186 |
<c:set var="totalSuccessPageSum" value="0" /> |
| 181 | 187 |
<c:set var="totalHoldPageSum" value="0" /> |
--- src/main/webapp/WEB-INF/jsp/uss/ion/fax/faxAdmSendStatistics.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/ion/fax/faxAdmSendStatistics.jsp
... | ... | @@ -200,10 +200,11 @@ |
| 200 | 200 |
</div> |
| 201 | 201 |
<input type="button" class="btnType1" onclick="fn_list_search(); return false;" value="검색"> |
| 202 | 202 |
</div> |
| 203 |
- <div class="listTop"> |
|
| 204 |
- <input type="button" style="cursor: pointer;" onclick="setTodayUpdate();" value="Today Update"> |
|
| 205 |
- |
|
| 203 |
+ <div class="listTop" style="font-weight: normal; vertical-align:bottom;"> |
|
| 206 | 204 |
(부가세 별도) |
| 205 |
+ (30분 단위 업데이트) |
|
| 206 |
+ |
|
| 207 |
+ <input type="button" style="cursor: pointer; height: 30px;" onclick="setTodayUpdate();" value="Today Update"> |
|
| 207 | 208 |
</div> |
| 208 | 209 |
<div class="tableWrap"> |
| 209 | 210 |
<table class="tbType1"> |
--- src/main/webapp/WEB-INF/jsp/uss/ion/kakaoat/KakaoAtSendStatistics.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/ion/kakaoat/KakaoAtSendStatistics.jsp
... | ... | @@ -202,10 +202,11 @@ |
| 202 | 202 |
</div> |
| 203 | 203 |
<input type="button" class="btnType1" onclick="fn_list_search(); return false;" value="검색"> |
| 204 | 204 |
</div> |
| 205 |
- <div class="listTop"> |
|
| 206 |
- <input type="button" style="cursor: pointer;" onclick="setTodayUpdate();" value="Today Update"> |
|
| 207 |
- |
|
| 205 |
+ <div class="listTop" style="font-weight: normal;"> |
|
| 208 | 206 |
(부가세 별도) |
| 207 |
+ (매일 0시 업데이트) |
|
| 208 |
+ |
|
| 209 |
+ <input type="button" style="cursor: pointer; height: 30px;" onclick="setTodayUpdate();" value="Today Update"> |
|
| 209 | 210 |
</div> |
| 210 | 211 |
<div class="tableWrap"> |
| 211 | 212 |
<table class="tbType1"> |
--- src/main/webapp/WEB-INF/jsp/uss/ion/msg/MemLoginDayChart.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/ion/msg/MemLoginDayChart.jsp
... | ... | @@ -139,6 +139,8 @@ |
| 139 | 139 |
<div class="listTop"> |
| 140 | 140 |
<p class="tType5">총 <span class="tType4 c_456ded fwBold"><fmt:formatNumber value="${paginationInfo.totalRecordCount}" pattern="#,###" /></span>건</p>
|
| 141 | 141 |
<div class="rightWrap"> |
| 142 |
+ (30분 단위 업데이트) |
|
| 143 |
+ |
|
| 142 | 144 |
<!-- <input type="button" class="printBtn"> --> |
| 143 | 145 |
<select name="pageUnit" id="pageUnit" class="select" title="검색조건선택" onchange="linkPage(1);"> |
| 144 | 146 |
<option value='10' <c:if test="${searchVO.pageUnit == '10' or searchVO.pageUnit == ''}">selected</c:if>>10줄</option>
|
--- src/main/webapp/WEB-INF/jsp/uss/ion/msg/MsgSendStatistics.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/ion/msg/MsgSendStatistics.jsp
... | ... | @@ -204,10 +204,11 @@ |
| 204 | 204 |
</div> |
| 205 | 205 |
<input type="button" class="btnType1" onclick="fn_list_search(); return false;" value="검색"> |
| 206 | 206 |
</div> |
| 207 |
- <div class="listTop"> |
|
| 208 |
- <input type="button" style="cursor: pointer;" onclick="setTodayUpdate();" value="Today Update"> |
|
| 209 |
- |
|
| 207 |
+ <div class="listTop" style="font-weight: normal;"> |
|
| 210 | 208 |
(부가세 별도) |
| 209 |
+ (30분 단위 업데이트) |
|
| 210 |
+ |
|
| 211 |
+ <input type="button" style="cursor: pointer; height: 30px;" onclick="setTodayUpdate();" value="Today Update"> |
|
| 211 | 212 |
</div> |
| 212 | 213 |
<div class="tableWrap"> |
| 213 | 214 |
<table class="tbType1"> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?