generated from root/miduo_server
订单逻辑修改
parent
f2709bc5ca
commit
974fbc3c5d
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue