流水修改

jieling
PC-202302260912\Administrator 2023-09-13 14:31:37 +08:00
parent 7d22cad27f
commit 87a7116f59
1 changed files with 1 additions and 1 deletions

View File

@ -349,10 +349,10 @@ public class OrderInfoController {
workbook.write(fOut);
workbook.dispose(); // 释放临时文件资源
LOGGER.info("导出订单操作excel文件写入耗时{}毫秒", DateUtil.now() - start);
} catch (Exception e) {
LOGGER.error("导出订单报错:{}", e.getMessage(), e);
}
LOGGER.info("导出订单操作excel文件写入耗时{}毫秒", DateUtil.now() - start);
}
private static String getExcelFilePath(String name, long start) throws Exception {