xyxie 1 năm trước cách đây
mục cha
commit
2c33129295
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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{