Преглед на файлове

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

xyxie преди 1 година
родител
ревизия
3d873a0fcb
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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)
 			}