|
|
@@ -105,7 +105,7 @@ public class RDServiceImpl extends BaseMybatisDao<RdDetailsMapper> implements RD
|
|
|
NewExcelUtil<InputExcelRdDetails> newExcelUtil=new NewExcelUtil<>(InputExcelRdDetails.class);
|
|
|
List<InputExcelRdDetails> list = null;
|
|
|
try {
|
|
|
- list = newExcelUtil.importExcel(file.getInputStream());
|
|
|
+ list = newExcelUtil.importExcel(file.getInputStream(),2);
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
}
|