fix: 修复UPFTodayFlowUpdate函数的返回值
This commit is contained in:
@@ -190,6 +190,7 @@ func (r KpiReport) UPFTodayFlowUpdate(rmUID string, upValue, downValue int64, re
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// 使用HIncrBy实时累加统计值
|
// 使用HIncrBy实时累加统计值
|
||||||
|
|||||||
Reference in New Issue
Block a user