|
@@ -207,8 +207,8 @@ func GetBalanceExcelEdbData(excelEdbMappingItem *excelModel.ExcelChartEdb, newMi
|
|
|
err = errors.New(errMsg)
|
|
|
return
|
|
|
}
|
|
|
- //dateList = append(dateList, currCell.Value)
|
|
|
- dateList[i] = currCell.ShowValue
|
|
|
+ dateList = append(dateList, currCell.Value)
|
|
|
+ //dateList[i] = currCell.ShowValue
|
|
|
i++
|
|
|
}
|
|
|
}
|
|
@@ -302,8 +302,8 @@ func GetBalanceExcelEdbData(excelEdbMappingItem *excelModel.ExcelChartEdb, newMi
|
|
|
err = errors.New(errMsg)
|
|
|
return
|
|
|
}
|
|
|
- //dataList = append(dataList, currCell.Value)
|
|
|
- dataList[i] = currCell.ShowValue
|
|
|
+ dataList = append(dataList, currCell.Value)
|
|
|
+ //dataList[i] = currCell.ShowValue
|
|
|
i++
|
|
|
}
|
|
|
}
|