fix: 查询UPF总流量时间改为时间戳避免时间转换时区问题

This commit is contained in:
TsMask
2024-07-25 12:04:04 +08:00
parent 4ceb871c23
commit 7c982cf9e2
3 changed files with 20 additions and 53 deletions

View File

@@ -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
}