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