提交 9d5881e7 authored 作者: 马路路's avatar 马路路

合并分支 'v26.2-jdk17springboot3-20240912' 到 'test_jdk17'

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