Browse Source

Merge branch 'wyp/1121-aigcGetErrMsg' of Server/long-article-recommend into master

wangyunpeng 7 months ago
parent
commit
e53550a78d

+ 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;