fix: 查询UPF总流量时间改为时间戳避免时间转换时区问题
This commit is contained in:
@@ -15,7 +15,4 @@ type IPerfKPI interface {
|
||||
|
||||
// SelectUPFTotalFlow 查询UPF总流量 N3上行 N6下行
|
||||
SelectUPFTotalFlow(neType, rmUID, startDate, endDate string) map[string]any
|
||||
|
||||
// select upf throughput from new kpi_report
|
||||
SelectUPFThroughput(neType, rmUID, startDate, endDate string) map[string]any
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user