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

This commit is contained in:
TsMask
2025-03-21 15:03:29 +08:00
parent 07718f1e0c
commit cf48cd8854
4 changed files with 46 additions and 46 deletions

View File

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