Browse Source

内容召回失败增加计划id

wangyunpeng 7 months ago
parent
commit
86662e18a3

+ 1 - 0
long-article-recommend-service/src/main/java/com/tzld/longarticle/recommend/server/service/recommend/recall/RecallService.java

@@ -154,6 +154,7 @@ public class RecallService implements ApplicationContextAware {
         if (CollectionUtils.isEmpty(content)) {
             FeishuMessageSender.sendWebHookMessage(FeishuRobotIdEnum.RECOMMEND.getRobotId(),
                     "内容召回失败\n"
+                            + "planId: " + param.getPlanId() + "\n"
                             + "ghId: " + param.getGhId() + "\n"
                             + "账号名称: " + param.getAccountName());
             return content;