소스 검색

面积图 后值填充

gmy 2 달 전
부모
커밋
86ae71051b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,
 						}
 
 						// 将补充数据加入补充数据列表