fix: UPF流量总计7,30天累计数据查询

This commit is contained in:
TsMask
2025-03-21 15:03:38 +08:00
parent ad64e90301
commit bd3910a217
4 changed files with 41 additions and 41 deletions

View File

@@ -326,5 +326,5 @@ func Setup(router *gin.Engine) {
// InitLoad 初始参数
func InitLoad() {
// 启动时加载UPF上下行流量
go service.NewPerfKPI.UPFTodayFlowLoad()
go service.NewPerfKPI.UPFTodayFlowLoad(30)
}