jieling
PC-202302260912\Administrator 2023-09-12 19:01:04 +08:00
parent a6bfa7add9
commit 88dff608d0
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ public class OrderInfoController {
*/
private void exportOrderExcel(String name,List<Corder> cgPayOrders){
long start = DateUtil.now();
LOGGER.info("开始导出订单,写入文件");
LOGGER.info("开始导出订单,写入文件name{},订单数:{}",name, cgPayOrders.size());
try (FileOutputStream fOut = new FileOutputStream(getExcelFilePath(name, start))) {
try (Workbook workbook = new XSSFWorkbook()) {
CellStyle contextStyle = workbook.createCellStyle();