Explorar o código

Merge branch 'feature/eta1.5.6_excel' into debug

xyxie hai 1 ano
pai
achega
3d873a0fcb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      services/excel/lucky_sheet.go

+ 1 - 1
services/excel/lucky_sheet.go

@@ -1171,7 +1171,7 @@ func GetTableDataByMixedTableData(config [][]request.MixedTableCellDataReq) (sel
 					MergeCell: LuckySheetDataConfigMerge{},
 				}
 				if cell.ShowStyle != "" {
-					tmp.Value = cell.ShowFormatValue
+					tmp.Monitor = cell.ShowFormatValue
 				}
 				dataCol = append(dataCol, tmp)
 			}