xiziwen hace 1 día
padre
commit
c36128099f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      controllers/excel_info.go

+ 1 - 1
controllers/excel_info.go

@@ -194,7 +194,7 @@ func (this *ExcelInfoController) GetTableDetail() {
 			br.ErrMsg = "获取最新的数据失败,Err:" + tmpErr.Error()
 			return
 		}
-		tableData, err = excel.GetTableDataByMixedTableData(newResult, true)
+		tableData, err = excel.GetTableDataByMixedTableData(newResult, true, excelInfo.ExcelInfoId)
 		if err != nil {
 			br.Msg = "获取失败"
 			br.ErrMsg = "转换成table失败,Err:" + err.Error()