diff --git a/test/com/platform/test/ExcelTest.java b/test/com/platform/test/ExcelTest.java index a400c086..48673716 100644 --- a/test/com/platform/test/ExcelTest.java +++ b/test/com/platform/test/ExcelTest.java @@ -88,10 +88,10 @@ public class ExcelTest { File f = new File("D:/test/4.xlsx"); Date d = new Date(); XSSFWorkbook workbook = null; - List rowErr = null; + List> rowErr = null; try { workbook = new XSSFWorkbook(f); - rowErr = new ArrayList(); + rowErr = new ArrayList>(); list = ExcelOperation.readExcel4Update(workbook, Constant.EXCEL_TEMPLATE_INIT_ROW, 0, f.getName(), rowErr ,new PreDataInfo(), "id", "dataId", "workRange","sysCode","updateTime","userTablespaceStatus", "checkoutIndicateStatus", "checkoutPayStatus", "userTablespacePath", "checkoutIndicatePath", "checkoutPayPath", "sqlList", "dataVersion", "collectingTime", "collUpdate"); } catch (IllegalArgumentException | IllegalAccessException | InstantiationException | InvalidFormatException | IOException e) {