fix: UPF流量累计无效问题

This commit is contained in:
TsMask
2025-03-19 16:18:44 +08:00
parent 52da27fcb5
commit 20e6e855c3
3 changed files with 11 additions and 0 deletions

View File

@@ -92,6 +92,7 @@ func (r PerfKPI) UPFTodayFlowUpdate(rmUID string, upValue, downValue int64, rest
if err != nil {
return err
}
return nil
}
// 使用HIncrBy实时累加统计值