xyxie hace 1 año
padre
commit
2c33129295
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      services/data/excel/mixed_table.go

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

@@ -156,7 +156,7 @@ func GetMixedTableCellData(mixedTableReq request.MixedTableReq) (newMixedTableCe
 	// 处理单元格中的数据类型(除去基础计算,因为这个是依赖于其他)
 	for k, row := range config {
 		for i, cell := range row {
-			cell.RealValue = cell.ShowValue
+			cell.RealValue = cell.RealValue
 			switch cell.DataType {
 			case request.DateDT: // 日期类型
 				calculateCellMap[cell.Uid] = Cell{