fix(配置日志总量接口): 更改数据源NTC_PZ_REPORT 为NTC_PZ_STAT_HOUR ;提高查询性能,同时业务已有日志量趋势图,无需查询5分钟实时统计表。
This commit is contained in:
@@ -144,6 +144,10 @@
|
|||||||
</choose>
|
</choose>
|
||||||
|
|
||||||
<choose>
|
<choose>
|
||||||
|
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 1 ">
|
||||||
|
NTC_PZ_STAT_HOUR
|
||||||
|
</when>
|
||||||
|
|
||||||
<when
|
<when
|
||||||
test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 3 ">
|
test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 3 ">
|
||||||
NTC_PZ_STAT_HOUR
|
NTC_PZ_STAT_HOUR
|
||||||
@@ -190,6 +194,9 @@
|
|||||||
</choose>
|
</choose>
|
||||||
|
|
||||||
<choose>
|
<choose>
|
||||||
|
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 1 ">
|
||||||
|
NTC_PZ_STAT_HOUR
|
||||||
|
</when>
|
||||||
<when
|
<when
|
||||||
test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 3 ">
|
test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 3 ">
|
||||||
NTC_PZ_STAT_HOUR
|
NTC_PZ_STAT_HOUR
|
||||||
|
|||||||
Reference in New Issue
Block a user