1.修改app,协议,行为日志得查询条件,可检索;
2.修改通联关系日志,前台检索条件为webId,后台webId需转为domainId,数据列表展示为网站下域名信息(由于日志的域名id字段名称定义为了webId的问题,但实际数据为域名信息,需要界面前后台处理转换); 3.百分比查询增加地域条件。
This commit is contained in:
@@ -19,7 +19,7 @@ public class NtcConnRecordLog extends BaseLogEntity<NtcConnRecordLog> {
|
||||
protected String s2cByteNum;
|
||||
@ExcelField(title = "APP", sort = 8)
|
||||
protected String appId;
|
||||
@ExcelField(title = "Web", sort = 10)
|
||||
@ExcelField(title = "domain_name", sort = 10)
|
||||
protected String webId;
|
||||
@ExcelField(title = "application_layer_protocol", sort = 9)
|
||||
protected String protoId;
|
||||
|
||||
Reference in New Issue
Block a user