(1)实时报表动作替换为serviceId
(2)配置日志总量统计查询条件action替换为serviceId (3)配置列表日志总量列加入serviceId (4)配置日志总量跳转到日志列表action替换为serviceId (5)配置日志相关js提取到pzLog。js中
This commit is contained in:
@@ -31,6 +31,7 @@ public class SearchReport extends BaseEntity<SearchReport>{
|
||||
private Integer functionId;
|
||||
private String cfgName;
|
||||
private Integer action;
|
||||
private Integer serviceId;
|
||||
private String services;//service日志总量统计使用
|
||||
private Integer reportType;//小时报,日报,月报
|
||||
//标签,性质,来文函号,境内源Ip,各国目的IP,运营商局点
|
||||
@@ -52,6 +53,12 @@ public class SearchReport extends BaseEntity<SearchReport>{
|
||||
private String reportTime;
|
||||
|
||||
|
||||
public Integer getServiceId() {
|
||||
return serviceId;
|
||||
}
|
||||
public void setServiceId(Integer serviceId) {
|
||||
this.serviceId = serviceId;
|
||||
}
|
||||
public String getServices() {
|
||||
return services;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user