From 3bf82d68eb93683763fb2eb3002c3960966310ad Mon Sep 17 00:00:00 2001 From: dongxiaoyan Date: Thu, 17 Jan 2019 10:21:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E8=90=A5=E5=95=86=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E6=94=BE=E5=88=B0=E5=85=AC=E5=85=B1=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/nis/domain/LogEntity.java | 13 +++++++++++++ .../com/nis/domain/restful/NtcConnRecordLog.java | 6 +++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/nis/domain/LogEntity.java b/src/main/java/com/nis/domain/LogEntity.java index d756a62..0bcd441 100644 --- a/src/main/java/com/nis/domain/LogEntity.java +++ b/src/main/java/com/nis/domain/LogEntity.java @@ -117,6 +117,19 @@ public abstract class LogEntity implements Serializable { protected String searchClientLocate;//clientLocate protected String searchSSubscribeId;//sSubscribeId protected String searchDSubscribeId;//dSubscribeId + protected String searchIspCode;// 运营商 + + + + + @JsonIgnore + public String getSearchIspCode() { + return searchIspCode; + } + + public void setSearchIspCode(String searchIspCode) { + this.searchIspCode = searchIspCode; + } @JsonIgnore public String getSearchSAsn() { diff --git a/src/main/java/com/nis/domain/restful/NtcConnRecordLog.java b/src/main/java/com/nis/domain/restful/NtcConnRecordLog.java index 5c1692f..922495f 100644 --- a/src/main/java/com/nis/domain/restful/NtcConnRecordLog.java +++ b/src/main/java/com/nis/domain/restful/NtcConnRecordLog.java @@ -42,7 +42,7 @@ public class NtcConnRecordLog extends LogEntity { protected String searchAppId;// app protected String searchWebId;// web protected String searchProtoId;// proto - protected String searchIspCode;// 运营商 + //protected String searchIspCode;// 运营商 // protected String searchServerLocate;//serverLocate // protected String searchClientLocate;//clientLocate @@ -137,7 +137,7 @@ public class NtcConnRecordLog extends LogEntity { public void setSearchProtoId(String searchProtoId) { this.searchProtoId = searchProtoId; - } + }/* @JsonIgnore public String getSearchIspCode() { @@ -146,7 +146,7 @@ public class NtcConnRecordLog extends LogEntity { public void setSearchIspCode(String searchIspCode) { this.searchIspCode = searchIspCode; - } + }*/ public String getIspNum() { return ispNum;