订单逻辑修改

jieling
PC-202302260912\Administrator 2023-09-12 18:24:14 +08:00
parent f2709bc5ca
commit 974fbc3c5d
1 changed files with 3 additions and 1 deletions

View File

@ -355,10 +355,12 @@ public class OrderInfoController {
rowIndex++;
}
workbook.write(fOut);
}catch (Exception e){
LOGGER.error("导出订单报错1{}", e.getMessage(), e);
}
LOGGER.info("导出订单操作excel文件写入耗时{}毫秒", DateUtil.now() - start);
} catch (Exception e) {
LOGGER.error("导出订单报错{}", e.getMessage(), e);
LOGGER.error("导出订单报错2{}", e.getMessage(), e);
}
}