supeng 11 月之前
父节点
当前提交
098eb48255

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

@@ -174,7 +174,7 @@ public class RecallService implements ApplicationContextAware {
                     strategies.add(strategyMap.get(FlowPoolWithLevelSupplyRecallStrategy.class.getSimpleName()));
                     log.info("supply flowpool {}", abCode);
                 //2:通过“流量池标记”控制“流量池召回子策略” 其中有9组会走EXPERIMENTAL_FLOW_SET_LEVEL 有1组会走EXPERIMENTAL_FLOW_SET_LEVEL_SCORE
-                }else if ("60116".equals(abCode)) {
+                } else if ("60116".equals(abCode)) {
                     int lastDigit = param.getLastDigit();
                     String lastDigitAB = lastDigitAbcode != null ? lastDigitAbcode.getOrDefault(lastDigit, "default") : "default";
                     switch (lastDigitAB) {