fix(配置日志总量接口): 更改数据源NTC_PZ_REPORT 为NTC_PZ_STAT_HOUR ;提高查询性能,同时业务已有日志量趋势图,无需查询5分钟实时统计表。

This commit is contained in:
doufenghu
2019-02-18 18:14:09 +06:00
parent 0f073209e2
commit ea2a653d58

View File

@@ -144,6 +144,10 @@
</choose>
<choose>
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 1 ">
NTC_PZ_STAT_HOUR
</when>
<when
test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 3 ">
NTC_PZ_STAT_HOUR
@@ -190,6 +194,9 @@
</choose>
<choose>
<when test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 1 ">
NTC_PZ_STAT_HOUR
</when>
<when
test="searchBusinessType !=null and searchBusinessType != '' and searchBusinessType == 3 ">
NTC_PZ_STAT_HOUR