1、报表统计接口添加按月统计功能 ;
2、将开始时间和结束时间默认值获取方法改为按时间类型,默认为分钟(最近5分钟); 3、0x403 APP字节特征添加APP_SUBSCRIBE_ID域表
This commit is contained in:
@@ -75,6 +75,9 @@
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 4 ">
|
||||
NTC_PZ_STAT_DAILY
|
||||
</when>
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 5 ">
|
||||
NTC_PZ_STAT_MONTH
|
||||
</when>
|
||||
<otherwise>
|
||||
NTC_PZ_REPORT
|
||||
</otherwise>
|
||||
@@ -112,6 +115,9 @@
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 4 ">
|
||||
NTC_PZ_STAT_DAILY
|
||||
</when>
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 5 ">
|
||||
NTC_PZ_STAT_MONTH
|
||||
</when>
|
||||
<otherwise>
|
||||
NTC_PZ_REPORT
|
||||
</otherwise>
|
||||
@@ -143,6 +149,9 @@
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 3 ">
|
||||
NTC_SERVICE_STAT_DAILY
|
||||
</when>
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 4 ">
|
||||
NTC_SERVICE_STAT_MONTH
|
||||
</when>
|
||||
<otherwise>
|
||||
NTC_SERVICE_REPORT
|
||||
</otherwise>
|
||||
@@ -169,6 +178,9 @@
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 3 ">
|
||||
NTC_SERVICE_STAT_DAILY
|
||||
</when>
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 4 ">
|
||||
NTC_SERVICE_STAT_MONTH
|
||||
</when>
|
||||
<otherwise>
|
||||
NTC_SERVICE_REPORT
|
||||
</otherwise>
|
||||
@@ -202,6 +214,9 @@
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 3 ">
|
||||
NTC_TAG_STAT_DAILY
|
||||
</when>
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 4 ">
|
||||
NTC_TAG_STAT_MONTH
|
||||
</when>
|
||||
<otherwise>
|
||||
NTC_TAG_REPORT
|
||||
</otherwise>
|
||||
@@ -230,6 +245,9 @@
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 3 ">
|
||||
NTC_TAG_STAT_DAILY
|
||||
</when>
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 4 ">
|
||||
NTC_TAG_STAT_MONTH
|
||||
</when>
|
||||
<otherwise>
|
||||
NTC_TAG_REPORT
|
||||
</otherwise>
|
||||
@@ -263,6 +281,9 @@
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 3 ">
|
||||
NTC_ATTR_TYPE_STAT_DAILY
|
||||
</when>
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 4 ">
|
||||
NTC_ATTR_TYPE_STAT_MONTH
|
||||
</when>
|
||||
<otherwise>
|
||||
NTC_ATTR_TYPE_REPORT
|
||||
</otherwise>
|
||||
@@ -292,6 +313,9 @@
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 3 ">
|
||||
NTC_ATTR_TYPE_STAT_DAILY
|
||||
</when>
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 4 ">
|
||||
NTC_ATTR_TYPE_STAT_MONTH
|
||||
</when>
|
||||
<otherwise>
|
||||
NTC_ATTR_TYPE_REPORT
|
||||
</otherwise>
|
||||
@@ -324,6 +348,9 @@
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 3 ">
|
||||
NTC_LWHH_STAT_DAILY
|
||||
</when>
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 4 ">
|
||||
NTC_LWHH_STAT_MONTH
|
||||
</when>
|
||||
<otherwise>
|
||||
NTC_LWHH_REPORT
|
||||
</otherwise>
|
||||
@@ -352,6 +379,9 @@
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 3 ">
|
||||
NTC_LWHH_STAT_DAILY
|
||||
</when>
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 4 ">
|
||||
NTC_LWHH_STAT_MONTH
|
||||
</when>
|
||||
<otherwise>
|
||||
NTC_LWHH_REPORT
|
||||
</otherwise>
|
||||
@@ -383,6 +413,9 @@
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 3 ">
|
||||
NTC_SRCIP_DOMESTIC_STAT_DAILY
|
||||
</when>
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 4 ">
|
||||
NTC_SRCIP_DOMESTIC_STAT_MONTH
|
||||
</when>
|
||||
<otherwise>
|
||||
NTC_SRCIP_DOMESTIC_REPORT
|
||||
</otherwise>
|
||||
@@ -408,6 +441,9 @@
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 3 ">
|
||||
NTC_SRCIP_DOMESTIC_STAT_DAILY
|
||||
</when>
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 4 ">
|
||||
NTC_SRCIP_DOMESTIC_STAT_MONTH
|
||||
</when>
|
||||
<otherwise>
|
||||
NTC_SRCIP_DOMESTIC_REPORT
|
||||
</otherwise>
|
||||
@@ -440,6 +476,9 @@
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 3 ">
|
||||
NTC_DESTIP_COUNTRY_STAT_DAILY
|
||||
</when>
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 4 ">
|
||||
NTC_DESTIP_COUNTRY_STAT_MONTH
|
||||
</when>
|
||||
<otherwise>
|
||||
NTC_DESTIP_COUNTRY_REPORT
|
||||
</otherwise>
|
||||
@@ -465,6 +504,9 @@
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 3 ">
|
||||
NTC_DESTIP_COUNTRY_STAT_DAILY
|
||||
</when>
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 4 ">
|
||||
NTC_DESTIP_COUNTRY_STAT_MONTH
|
||||
</when>
|
||||
<otherwise>
|
||||
NTC_DESTIP_COUNTRY_REPORT
|
||||
</otherwise>
|
||||
@@ -497,6 +539,9 @@
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 3 ">
|
||||
NTC_ENTRANCE_STAT_DAILY
|
||||
</when>
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 4 ">
|
||||
NTC_ENTRANCE_STAT_MONTH
|
||||
</when>
|
||||
<otherwise>
|
||||
NTC_ENTRANCE_REPORT
|
||||
</otherwise>
|
||||
@@ -526,6 +571,9 @@
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 3 ">
|
||||
NTC_ENTRANCE_STAT_DAILY
|
||||
</when>
|
||||
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 4 ">
|
||||
NTC_ENTRANCE_STAT_MONTH
|
||||
</when>
|
||||
<otherwise>
|
||||
NTC_ENTRANCE_REPORT
|
||||
</otherwise>
|
||||
|
||||
Reference in New Issue
Block a user