style: 补充注释

This commit is contained in:
TsMask
2024-10-11 16:29:41 +08:00
parent b55ce9e290
commit b8e090f5ad
2 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ func (r *PerfKPIImpl) SelectUPFTotalFlow(neType, rmUID string, day int) map[stri
return info
}
}
// down * 8 / 1000 / 1000 单位M
info = r.perfKPIRepository.SelectUPFTotalFlow(neType, rmUID, startDate, endDate)
if v, ok := info["up"]; ok && v == nil {
info["up"] = 0