Explorar el Código

面积图 后值填充

gmy hace 2 meses
padre
commit
86ae71051b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      services/area_graph/processor_business_logic.go

+ 1 - 1
services/area_graph/processor_business_logic.go

@@ -390,7 +390,7 @@ func (f *FillWithNextStrategy) Deal(tmpConfig models.AreaExtraConf, edbDataList
 							EdbInfoId:     v.EdbInfoId,
 							DataTime:      nextDay,
 							DataTimestamp: toTime.UnixMilli(),
-							Value:         afterIndexData.Value,
+							Value:         beforeIndexData.Value,
 						}
 
 						// 将补充数据加入补充数据列表