|
@@ -43,61 +43,61 @@ public class StatisticsServices {
|
|
|
}
|
|
|
|
|
|
@Async("statisticsExecutor")
|
|
|
- public void CRT_TB_VDS_DTCT_15M_STAT(String statDt, String fromDt, String toDt) {
|
|
|
+ public void CRT_TB_VDS_DTCT_STAT_15M(String statDt, String fromDt, String toDt) {
|
|
|
MDC.put("id", logKey);
|
|
|
Elapsed elapsed = new Elapsed();
|
|
|
voStatisticsTime statTime = new voStatisticsTime(statDt, fromDt, toDt);
|
|
|
- log.info("CRT_TB_VDS_DTCT_15M_STAT :: start. [{}], {}", statTime.toString(), Thread.currentThread().getName());
|
|
|
- int result = this.statMapper.CRT_TB_VDS_DTCT_15M_STAT(statTime);
|
|
|
- log.info("CRT_TB_VDS_DTCT_15M_STAT :: ..end. [{}], {} ms. {} EA.. {}", statTime.toString(), elapsed.milliSeconds(), result, Thread.currentThread().getName());
|
|
|
+ log.info("CRT_TB_VDS_DTCT_STAT_15M :: start. [{}], {}", statTime.toString(), Thread.currentThread().getName());
|
|
|
+ int result = this.statMapper.CRT_TB_VDS_DTCT_STAT_15M(statTime);
|
|
|
+ log.info("CRT_TB_VDS_DTCT_STAT_15M :: ..end. [{}], {} ms. {} EA.. {}", statTime.toString(), elapsed.milliSeconds(), result, Thread.currentThread().getName());
|
|
|
MDC.remove(logKey);
|
|
|
MDC.clear();
|
|
|
}
|
|
|
|
|
|
@Async("statisticsExecutor")
|
|
|
- public void CRT_TB_VDS_DTCT_HH_STAT(String statDt, String fromDt, String toDt) {
|
|
|
+ public void CRT_TB_VDS_DTCT_STAT_HH(String statDt, String fromDt, String toDt) {
|
|
|
MDC.put("id", logKey);
|
|
|
Elapsed elapsed = new Elapsed();
|
|
|
voStatisticsTime statTime = new voStatisticsTime(statDt, fromDt, toDt);
|
|
|
- log.info("CRT_TB_VDS_DTCT_HH_STAT :: start. [{}], {}", statTime.toString(), Thread.currentThread().getName());
|
|
|
- int result = this.statMapper.CRT_TB_VDS_DTCT_HH_STAT(statTime);
|
|
|
- log.info("CRT_TB_VDS_DTCT_HH_STAT :: ..end. [{}], {} ms. {} EA. {}", statTime.toString(), elapsed.milliSeconds(), result, Thread.currentThread().getName());
|
|
|
+ log.info("CRT_TB_VDS_DTCT_STAT_HH :: start. [{}], {}", statTime.toString(), Thread.currentThread().getName());
|
|
|
+ int result = this.statMapper.CRT_TB_VDS_DTCT_STAT_HH(statTime);
|
|
|
+ log.info("CRT_TB_VDS_DTCT_STAT_HH :: ..end. [{}], {} ms. {} EA. {}", statTime.toString(), elapsed.milliSeconds(), result, Thread.currentThread().getName());
|
|
|
MDC.remove(logKey);
|
|
|
MDC.clear();
|
|
|
}
|
|
|
|
|
|
@Async("statisticsExecutor")
|
|
|
- public void CRT_TB_VDS_DTCT_DD_STAT(String statDt, String fromDt, String toDt) {
|
|
|
+ public void CRT_TB_VDS_DTCT_STAT_DD(String statDt, String fromDt, String toDt) {
|
|
|
MDC.put("id", logKey);
|
|
|
Elapsed elapsed = new Elapsed();
|
|
|
voStatisticsTime statTime = new voStatisticsTime(statDt, fromDt, toDt);
|
|
|
- log.info("CRT_TB_VDS_DTCT_DD_STAT :: start. [{}], {}", statTime.toString(), Thread.currentThread().getName());
|
|
|
- int result = this.statMapper.CRT_TB_VDS_DTCT_DD_STAT(statTime);
|
|
|
- log.info("CRT_TB_VDS_DTCT_DD_STAT :: ..end. [{}], {} ms. {} EA. {}", statTime.toString(), elapsed.milliSeconds(), result, Thread.currentThread().getName());
|
|
|
+ log.info("CRT_TB_VDS_DTCT_STAT_DD :: start. [{}], {}", statTime.toString(), Thread.currentThread().getName());
|
|
|
+ int result = this.statMapper.CRT_TB_VDS_DTCT_STAT_DD(statTime);
|
|
|
+ log.info("CRT_TB_VDS_DTCT_STAT_DD :: ..end. [{}], {} ms. {} EA. {}", statTime.toString(), elapsed.milliSeconds(), result, Thread.currentThread().getName());
|
|
|
MDC.remove(logKey);
|
|
|
MDC.clear();
|
|
|
}
|
|
|
|
|
|
@Async("statisticsExecutor")
|
|
|
- public void CRT_TB_VDS_DTCT_MN_STAT(String statDt, String fromDt, String toDt) {
|
|
|
+ public void CRT_TB_VDS_DTCT_STAT_MN(String statDt, String fromDt, String toDt) {
|
|
|
MDC.put("id", logKey);
|
|
|
Elapsed elapsed = new Elapsed();
|
|
|
voStatisticsTime statTime = new voStatisticsTime(statDt, fromDt, toDt);
|
|
|
- log.info("CRT_TB_VDS_DTCT_MN_STAT :: start. [{}], {}", statTime.toString(), Thread.currentThread().getName());
|
|
|
- int result = this.statMapper.CRT_TB_VDS_DTCT_MN_STAT(statTime);
|
|
|
- log.info("CRT_TB_VDS_DTCT_MN_STAT :: ..end. [{}], {} ms. {} EA. {}", statTime.toString(), elapsed.milliSeconds(), result, Thread.currentThread().getName());
|
|
|
+ log.info("CRT_TB_VDS_DTCT_STAT_MN :: start. [{}], {}", statTime.toString(), Thread.currentThread().getName());
|
|
|
+ int result = this.statMapper.CRT_TB_VDS_DTCT_STAT_MN(statTime);
|
|
|
+ log.info("CRT_TB_VDS_DTCT_STAT_MN :: ..end. [{}], {} ms. {} EA. {}", statTime.toString(), elapsed.milliSeconds(), result, Thread.currentThread().getName());
|
|
|
MDC.remove(logKey);
|
|
|
MDC.clear();
|
|
|
}
|
|
|
|
|
|
// @Async("statisticsExecutor")
|
|
|
-// public void CRT_TB_VDS_DTCT_YY_STAT(String statDt, String fromDt, String toDt) {
|
|
|
+// public void CRT_TB_VDS_DTCT_STAT_YY(String statDt, String fromDt, String toDt) {
|
|
|
// MDC.put("id", logKey);
|
|
|
// Elapsed elapsed = new Elapsed();
|
|
|
// voStatisticsTime statTime = new voStatisticsTime(statDt, fromDt, toDt);
|
|
|
-// log.info("CRT_TB_VDS_DTCT_YY_STAT :: start. [{}], {}", statTime.toString(), Thread.currentThread().getName());
|
|
|
-// int result = this.statMapper.CRT_TB_VDS_DTCT_YY_STAT(statTime);
|
|
|
-// log.info("CRT_TB_VDS_DTCT_YY_STAT :: ..end. [{}], {} ms. {} EA. {}", statTime.toString(), elapsed.milliSeconds(), result, Thread.currentThread().getName());
|
|
|
+// log.info("CRT_TB_VDS_DTCT_STAT_YY :: start. [{}], {}", statTime.toString(), Thread.currentThread().getName());
|
|
|
+// int result = this.statMapper.CRT_TB_VDS_DTCT_STAT_YY(statTime);
|
|
|
+// log.info("CRT_TB_VDS_DTCT_STAT_YY :: ..end. [{}], {} ms. {} EA. {}", statTime.toString(), elapsed.milliSeconds(), result, Thread.currentThread().getName());
|
|
|
// MDC.remove(logKey);
|
|
|
// MDC.clear();
|
|
|
// }
|