Browse Source

update

tmp
dengbiao 1 week ago
parent
commit
d7caef4f70
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/hdl/hdl_points_center.go

+ 1
- 1
app/hdl/hdl_points_center.go View File

@@ -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)


Loading…
Cancel
Save