提交 5afea70b authored 作者: 马路路's avatar 马路路

内部上报--履约进度表--关联异常信息--打印日志

上级 8e171f98
......@@ -701,6 +701,7 @@ public class PerformanceProgressServiceImpl implements PerformanceProgressServi
List<InternalReportRouteExceptionFeignVO> list = Optional.of(internalReportRouteExceptionFeign
.getInternalReportRouteExceptionList(action)).filter(Result::succeed)
.map(Result::getData).orElse(null);
log.info("通过远程代用clx-order服务获取“线路异常上报”数据{}", JSONUtil.parseArray(list));
// 如果为空,返回空map集合
if (CollectionUtils.isEmpty(list)) {
return new HashMap<>();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论