Commit 522ca443 by shenjunjie

简报发布任务调整3

parent d3022d00
...@@ -247,7 +247,7 @@ public class ReportServiceImpl implements ReportService { ...@@ -247,7 +247,7 @@ public class ReportServiceImpl implements ReportService {
try { try {
result = getPcReportResult(report); result = getPcReportResult(report);
} catch (Exception e) { } catch (Exception e) {
log.error("生成报告数据异常", e); log.error("生成报告数据异常,id:{}", report.getId(), e);
ExceptionCast.cast(CommonCodeEnum.FAIL, "生成报告数据异常"); ExceptionCast.cast(CommonCodeEnum.FAIL, "生成报告数据异常");
} }
redisUtil.set(redisKey, JSON.toJSONString(result)); redisUtil.set(redisKey, JSON.toJSONString(result));
......
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