feat: support export ue data

This commit is contained in:
zhangsz
2025-04-01 16:20:26 +08:00
parent 9a928f04e6
commit 96241ef281
6 changed files with 225 additions and 0 deletions

View File

@@ -101,6 +101,7 @@ func (s *BarProcessor) exportUEData(param BarParams) (map[string]any, error) {
var fps []string
var affectedArr []int64
for _, neID := range neIDs {
log.Trace("ne_id:", neID)
// 1. 加载最新数据, 如果数据服务存在,则重新加载数据
dataService, err := networkdata.GetService(param.ServiceName)
if err != nil {