1、pxy_http_log 字段web_site改为website;

2、修改NTC_STREAM_MEDIA_LOG表名改为NTC_STREAMING_MEDIA_LOG后未改部分;
This commit is contained in:
zhangdongxu
2018-10-16 12:00:45 +08:00
parent a37ea37b20
commit c026c6d54b
3 changed files with 8 additions and 8 deletions

View File

@@ -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<String, List<Object>> tableMapping = new LogJDBCByDruid().tableMapping(page, null, sql, NtcStreamingMediaLog.class, "foundTime",
"recvTime");