yun-zuoyi
alwaysfrin 6 years ago
commit 3390abe23e

@ -175,7 +175,7 @@ public class ExcelUtil {
} finally { } finally {
try { try {
workbook.close(); workbook.close();
fos.close();; fos.close();
} catch (IOException e) { } catch (IOException e) {
LOGGER.error("IOException!", e); LOGGER.error("IOException!", e);
} }

Loading…
Cancel
Save