Ver Fonte

fix:商品价格曲线

Roc há 1 ano atrás
pai
commit
d50ea184fe
1 ficheiros alterados com 1 adições e 1 exclusões
  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,