From d7caef4f70ae72bc6541e7f93dba5ff1ab9fbb4d Mon Sep 17 00:00:00 2001 From: dengbiao Date: Mon, 16 Dec 2024 11:51:32 +0800 Subject: [PATCH] update --- app/hdl/hdl_points_center.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/hdl/hdl_points_center.go b/app/hdl/hdl_points_center.go index 53c1b77..e8d6469 100644 --- a/app/hdl/hdl_points_center.go +++ b/app/hdl/hdl_points_center.go @@ -373,7 +373,7 @@ func GetPriceCurve(c *gin.Context) { // continue //} yData = append(yData, results[0]["price"]) - xData = append(xData, results[0]["date"]+" "+results[0]["hour"]+":00") + xData = append(xData, results[0]["hour"]+":00") } } yData = append(yData, m.Price)