fix: custom indicator report issue
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user