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

@@ -149,7 +149,7 @@ func (k *KpiCReport) GetReport2FE(c *gin.Context) {
"neName": *r.NeName,
"rmUID": *r.RmUID,
"startIndex": r.Index,
"timeGroup": r.Date[:10] + " " + *r.StartTime,
"timeGroup": r.Date[:10] + " " + *r.EndTime,
"createdAt": r.CreatedAt,
"granularity": r.Granularity,
}