wangyunpeng 1 주 전
부모
커밋
6d2faa4529

+ 4 - 2
long-article-recommend-service/src/main/java/com/tzld/longarticle/recommend/server/service/recommend/ArticlePromotionService.java

@@ -477,7 +477,8 @@ public class ArticlePromotionService {
                         "文章晋升ERROR:\n" +
                                 "articleAddDependPlan getProducePlan error: \n" +
                                 "planId:" + produceId + "\n" +
-                                "inputSourceValue:" + inputSourceValue);
+                                "inputSourceValue:" + inputSourceValue + "\n" +
+                                "inputSourceLabel:" + inputSourceLabel);
                 return;
             }
             // 获取依赖计划 ID 列表
@@ -508,7 +509,8 @@ public class ArticlePromotionService {
                         "文章晋升ERROR:\n" +
                                 "articleAddDependPlan getProducePlan error: \n" +
                                 "planId:" + produceId + "\n" +
-                                "inputSourceValue:" + inputSourceValue);
+                                "inputSourceValue:" + inputSourceValue + "\n" +
+                                "inputSourceLabel:" + inputSourceLabel);
                 return;
             }
             // 获取依赖计划 ID 列表