Pārlūkot izejas kodu

Merge branch 'bzq/fix_excel_history_data' of eta_server/eta_chart_lib into debug

baoziqiang 5 mēneši atpakaļ
vecāks
revīzija
f6e0c271f7
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5 0
      services/excel/lucky_sheet.go

+ 5 - 0
services/excel/lucky_sheet.go

@@ -1321,6 +1321,11 @@ func GetTableDataByMixedTableData(config [][]request.MixedTableCellDataReq, hide
 						// 		tmp.Monitor = fmt.Sprintf("%g", rounded)
 						// 	}
 						// }
+					} else {
+						if cell.DataType == request.CustomTextDT {
+							tmp.Monitor = cell.Value
+						}
+
 					}
 				}
 				dataCol = append(dataCol, tmp)