supeng 11 hónapja
szülő
commit
56bdb19988

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

@@ -172,7 +172,7 @@ public class RecallService implements ApplicationContextAware {
                 if (Objects.equals(SUPPLY_AB_CODE, abCode)) {
                     // 供给流量池策略 648 实验 random
                     strategies.add(strategyMap.get(FlowPoolWithLevelSupplyRecallStrategy.class.getSimpleName()));
-                    log.info("supply flowpool 60600");
+                    log.info("supply flowpool {}", abCode);
                 //2:通过“流量池标记”控制“流量池召回子策略” 其中有9组会走EXPERIMENTAL_FLOW_SET_LEVEL 有1组会走EXPERIMENTAL_FLOW_SET_LEVEL_SCORE
                 }else if ("60116".equals(abCode)) {
                     int lastDigit = param.getLastDigit();