Explorar o código

混合表格指标计算

xyxie hai 1 ano
pai
achega
818c5958ae
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      services/data/excel/mixed_table.go

+ 1 - 0
services/data/excel/mixed_table.go

@@ -366,6 +366,7 @@ func GetMixedTableCellData(mixedTableReq request.MixedTableReq) (newMixedTableCe
 					//tmpDataMap = respItem.Data.DataMap
 					// 计算结果存一份,万一存在重复的计算方式,那么省的重新计算一下
 					edbSourceDataMap[key] = respItem.Data
+					respItemData = respItem.Data
 				}
 				lenDataList := len(respItemData.DateList)
 				tmpDataMap = respItemData.DataMap