|
@@ -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 列表
|