记得上下班打卡 | git大法好,push需谨慎

Commit cc50c382 authored by zhanggb's avatar zhanggb

~api:正在下单:活动订单数据导出LOG-周焕;

parent 4c3030d9
......@@ -106,7 +106,8 @@ public class GoblinExportDataController {
List<GoblinZhengzaiMarketOrderExcelDto> excelDtos = iGoblinExportService.exportZhengzaiMarketOrder(paramMap);
if (CollectionUtils.isEmpty(excelDtos)) {
throw new LiquidnetServiceException("-1","无数据,请核实");
log.warn("数据导出:正在下单-销售数据:无数据,请核实:[uid:{},paramMap:{}]", currentUid, JsonUtils.toJson(paramMap));
return;
}
EasyExcel.write(servletOutputStream, GoblinZhengzaiMarketOrderExcelDto.class).sheet("销售数据").doWrite(excelDtos);
} catch (IOException e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment