generated from root/miduo_server
流水修改
parent
7d22cad27f
commit
87a7116f59
|
@ -349,10 +349,10 @@ public class OrderInfoController {
|
||||||
|
|
||||||
workbook.write(fOut);
|
workbook.write(fOut);
|
||||||
workbook.dispose(); // 释放临时文件资源
|
workbook.dispose(); // 释放临时文件资源
|
||||||
LOGGER.info("导出订单操作,excel文件写入耗时:{}毫秒", DateUtil.now() - start);
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
LOGGER.error("导出订单报错:{}", e.getMessage(), e);
|
LOGGER.error("导出订单报错:{}", e.getMessage(), e);
|
||||||
}
|
}
|
||||||
|
LOGGER.info("导出订单操作,excel文件写入耗时:{}毫秒", DateUtil.now() - start);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static String getExcelFilePath(String name, long start) throws Exception {
|
private static String getExcelFilePath(String name, long start) throws Exception {
|
||||||
|
|
Loading…
Reference in New Issue