|
@@ -173,6 +173,7 @@ public class ArticlePromotionService {
|
|
|
articleAddDependPlan(produceId, planInfo.getId(), planInfo.getName());
|
|
|
}
|
|
|
}
|
|
|
+ sendFeishuJobFinishMessage(accountNickName, filterUrlList.size(), publishContentIds.size());
|
|
|
} catch (Exception e) {
|
|
|
log.error("articlePromotion error: ", e);
|
|
|
FeishuMessageSender.sendWebHookMessage(FeishuRobotIdEnum.DAILY.getRobotId(),
|
|
@@ -180,8 +181,6 @@ public class ArticlePromotionService {
|
|
|
"晋级任务:" + accountNickName + "\n" +
|
|
|
"articlePromotion error: " + e.getMessage() + "\n"
|
|
|
+ "<at user_id=\"all\">所有人</at> ");
|
|
|
- } finally {
|
|
|
- sendFeishuJobFinishMessage(accountNickName, filterUrlList.size(), publishContentIds.size());
|
|
|
}
|
|
|
}
|
|
|
|