1、增加对象存储初始模块
2、优化出省流量统计展示。
This commit is contained in:
+2
@@ -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 去重(保留第一个出现的元素)
|
||||
|
||||
Reference in New Issue
Block a user