1:合并0x200,0x201为0x200.
2:合并0x202,0x203为0x202. 3:修改NtcConnRecordLogClickHouseTable对应的clickhouse名称 4:修改TrafficReportDao.xml.findNtcRadiusReport中字段为小写 5:修改保存traffic_ip_identify时添加desc_detail字段 6:修改ip范围段的计算方法
This commit is contained in:
@@ -25,6 +25,7 @@ public class IpToLongThread implements Callable<Map<Long, String>> {
|
||||
@Override
|
||||
public Map<Long, String> call() throws Exception {
|
||||
Map<Long, String> map=new HashMap<>();
|
||||
// logger.info("线程{}开始执行,list.size={}", Thread.currentThread().getName(),list.size());
|
||||
logger.info("线程{}开始执行", Thread.currentThread().getName());
|
||||
for (int i = 0; i < list.size(); i++) {
|
||||
map.put(ipToLong(list.get(i)), list.get(i));
|
||||
|
||||
Reference in New Issue
Block a user