Commit 57444a46 by shenjunjie

Merge branch 'feature' into 'release'

简报发布任务调整3

See merge request !234
parents 93d56c37 522ca443
......@@ -247,7 +247,7 @@ public class ReportServiceImpl implements ReportService {
try {
result = getPcReportResult(report);
} catch (Exception e) {
log.error("生成报告数据异常", e);
log.error("生成报告数据异常,id:{}", report.getId(), e);
ExceptionCast.cast(CommonCodeEnum.FAIL, "生成报告数据异常");
}
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