fix: 修复UPFTodayFlowUpdate函数的返回值

This commit is contained in:
TsMask
2025-03-19 17:46:59 +08:00
parent d987553af5
commit d988508185

View File

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