fix: custom indicator report issue

This commit is contained in:
2024-09-09 16:32:17 +08:00
parent b5ae51d1cc
commit adec327bc3
3 changed files with 12 additions and 14 deletions

View File

@@ -297,7 +297,7 @@ func PostKPIReportFromNF(w http.ResponseWriter, r *http.Request) {
"neName": kpiData.NEName,
"rmUID": kpiData.RmUid,
"startIndex": kpiData.Index,
"timeGroup": kpiData.Date[:10] + " " + kpiData.StartTime,
"timeGroup": kpiData.Date[:10] + " " + kpiData.EndTime,
"createdAt": kpiData.CreatedAt,
"granularity": kpiData.Granularity,
}