|
@@ -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) {
|