1、增加对象存储初始模块

2、优化出省流量统计展示。
This commit is contained in:
gaoyutao
2026-02-10 18:19:22 +08:00
parent 5b28479625
commit 8cc321bf14
18 changed files with 780 additions and 24 deletions
@@ -142,6 +142,7 @@ public class RmResourceRegistrationServiceImpl implements IRmResourceRegistratio
.collect(Collectors.toList());
}
if(!childData.isEmpty()){
batchSetNetWorkMsg(childData);
filteredList.addAll(childData);
}
// 按 clientId 去重(保留第一个出现的元素)
@@ -237,6 +238,7 @@ public class RmResourceRegistrationServiceImpl implements IRmResourceRegistratio
.collect(Collectors.toList());
}
if(!childData.isEmpty()){
batchSetNetWorkMsg(childData);
filteredList.addAll(childData);
}
// 按 clientId 去重(保留第一个出现的元素)