From 5afea70b226ea09de302c33df2062402d72170e4 Mon Sep 17 00:00:00 2001
From: malulu <malulu@clxkj.cn>
Date: Thu, 10 Oct 2024 18:44:09 +0800
Subject: [PATCH] =?UTF-8?q?=E5=86=85=E9=83=A8=E4=B8=8A=E6=8A=A5--=E5=B1=A5?=
 =?UTF-8?q?=E7=BA=A6=E8=BF=9B=E5=BA=A6=E8=A1=A8--=E5=85=B3=E8=81=94?=
 =?UTF-8?q?=E5=BC=82=E5=B8=B8=E4=BF=A1=E6=81=AF--=E6=89=93=E5=8D=B0?=
 =?UTF-8?q?=E6=97=A5=E5=BF=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../performance/service/impl/PerformanceProgressServiceImpl.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/performance-web/src/main/java/com/clx/performance/service/impl/PerformanceProgressServiceImpl.java b/performance-web/src/main/java/com/clx/performance/service/impl/PerformanceProgressServiceImpl.java
index 3dd2d5f0c..1e1b0da1b 100644
--- a/performance-web/src/main/java/com/clx/performance/service/impl/PerformanceProgressServiceImpl.java
+++ b/performance-web/src/main/java/com/clx/performance/service/impl/PerformanceProgressServiceImpl.java
@@ -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("閫氳繃杩滅▼浠g敤clx-order鏈嶅姟鑾峰彇鈥滅嚎璺紓甯镐笂鎶モ€濇暟鎹畕}", JSONUtil.parseArray(list));
         // 濡傛灉涓虹┖锛岃繑鍥炵┖map闆嗗悎
         if (CollectionUtils.isEmpty(list)) {
             return new HashMap<>();
-- 
2.17.1