|
@@ -250,11 +250,14 @@ public class ExcelUtil {
|
|
|
IOUtils.copy(ais, fos);
|
|
|
filePathList.add(entryFile.getPath());
|
|
|
logger.info("解压子文件:{}",entryFile.getPath());
|
|
|
+ fos.close();
|
|
|
}catch (Exception e){
|
|
|
logger.error(e.getMessage(),e);
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ ais.close();
|
|
|
+ fis.close();
|
|
|
}catch (Exception e) {
|
|
|
logger.error(zipFilePath+"======="+e.getMessage(),e);
|
|
|
}
|