瀏覽代碼

fix:商品价格曲线

Roc 1 年之前
父節點
當前提交
d50ea184fe
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      logic/profit_chart_info.go

+ 1 - 1
logic/profit_chart_info.go

@@ -552,7 +552,7 @@ func ProfitChartChartData(baseDataList []*models.EdbDataList, futureGoodEdbInfoM
 
 		yDataList = append(yDataList, YData{
 			Date:           yDate,
-			ConfigDate:     findDateTime,
+			ConfigDate:     realDateTime,
 			Value:          findDataList,
 			NoDataEdbList:  noDataIdList,
 			XEdbInfoIdList: xEdbInfoIdList,