wangyunpeng 3 týždňov pred
rodič
commit
d646ac2ed7

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

@@ -624,9 +624,9 @@ public class RecallService implements ApplicationContextAware {
                                 .orElse(0.0);
                     } else {
                         if (ArticleTypeEnum.QUNFA.getVal().equals(type)) {
-                            log.error("历史表现阅读均值获取失败 ghId:{} accountName:{} date:{} index:{}",
-                                    hisArticle.getGhId(), hisArticle.getAccountName(), hisPublishDate,
-                                    hisArticle.getItemIndex());
+//                            log.error("历史表现阅读均值获取失败 ghId:{} accountName:{} date:{} index:{}",
+//                                    hisArticle.getGhId(), hisArticle.getAccountName(), hisPublishDate,
+//                                    hisArticle.getItemIndex());
 //                            FeishuMessageSender.sendWebHookMessage(FeishuRobotIdEnum.RECOMMEND.getRobotId(),
 //                                    "历史表现阅读均值获取失败\n"
 //                                            + "ghId: " + hisArticle.getGhId() + "\n"