Преглед на файлове

feat:添加分享行为的实时特征

zhaohaipeng преди 21 часа
родител
ревизия
09b9b691dc

+ 1 - 1
recommend-server-service/src/main/java/com/tzld/piaoquan/recommend/server/service/recall/strategy/DouHotFlowPoolRecallStrategy.java

@@ -49,7 +49,7 @@ public class DouHotFlowPoolRecallStrategy implements RecallStrategy {
 
 
         if (CollectionUtils.isEmpty(redisValues)) {
-            log.error("[DouHot recall is empty]. redisKey: {}", redisKey);
+            // log.error("[DouHot recall is empty]. redisKey: {}", redisKey);
             return Collections.emptyList();
         }