Prechádzať zdrojové kódy

Merge branch 'feature_20250623_zhaohaipeng_real_time_feature' of algorithm/recommend-server into master

zhaohaipeng 2 dní pred
rodič
commit
89c2930ef6

+ 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();
         }