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