diff --git a/src/main/java/com/nis/domain/restful/PxyHttpLog.java b/src/main/java/com/nis/domain/restful/PxyHttpLog.java index c21c159..1a13ab4 100644 --- a/src/main/java/com/nis/domain/restful/PxyHttpLog.java +++ b/src/main/java/com/nis/domain/restful/PxyHttpLog.java @@ -40,7 +40,7 @@ public class PxyHttpLog extends LogEntity { @ApiModelProperty(value="原始应答体", required=true) protected String respBody; @ApiModelProperty(value="域名", required=true) - protected String webSite; + protected String website; public String getUrl() { return url; @@ -120,11 +120,11 @@ public class PxyHttpLog extends LogEntity { public void setRespBody(String respBody) { this.respBody = respBody; } - public String getWebSite() { - return webSite; + public String getWebsite() { + return website; } - public void setWebSite(String webSite) { - this.webSite = webSite; + public void setWebsite(String website) { + this.website = website; } } diff --git a/src/main/java/com/nis/web/controller/restful/NtcLogSearchController.java b/src/main/java/com/nis/web/controller/restful/NtcLogSearchController.java index 77679bf..54e57fe 100644 --- a/src/main/java/com/nis/web/controller/restful/NtcLogSearchController.java +++ b/src/main/java/com/nis/web/controller/restful/NtcLogSearchController.java @@ -1047,7 +1047,7 @@ public class NtcLogSearchController extends BaseRestController { orderBy = "found_Time"; } String sql = HiveSqlService.getSql(page, ntcStreamMediaLog, - getTableName(NtcStreamingMediaLog.class.getSimpleName() + "HiveTable", "NTC_STREAM_MEDIA_LOG"), + getTableName(NtcStreamingMediaLog.class.getSimpleName() + "HiveTable", "NTC_STREAMING_MEDIA_LOG"), getCol2Col(), orderBy, null); Map> tableMapping = new LogJDBCByDruid().tableMapping(page, null, sql, NtcStreamingMediaLog.class, "foundTime", "recvTime"); diff --git a/src/main/java/com/nis/web/dao/DfLogSearchDao.xml b/src/main/java/com/nis/web/dao/DfLogSearchDao.xml index de4a2e1..5d1a72d 100644 --- a/src/main/java/com/nis/web/dao/DfLogSearchDao.xml +++ b/src/main/java/com/nis/web/dao/DfLogSearchDao.xml @@ -966,7 +966,7 @@ - + @@ -1165,7 +1165,7 @@ - +