|
@@ -99,7 +99,6 @@ public class RecallService implements ApplicationContextAware {
|
|
|
case "60121": // 536
|
|
|
case "60122": // 537
|
|
|
case "60123": // 541
|
|
|
- case "541": // 541 新实验机制
|
|
|
case "60124": // 546
|
|
|
case "60125": // 547
|
|
|
case "60126": // 548
|
|
@@ -165,7 +164,6 @@ public class RecallService implements ApplicationContextAware {
|
|
|
strategies.add(strategyMap.get(ReturnVideoRecallStrategy.class.getSimpleName()));
|
|
|
break;
|
|
|
case "60123": // 541
|
|
|
- case "541": // 541 新实验机制
|
|
|
case "60126": // 548
|
|
|
strategies.add(strategyMap.get(SimHotVideoRecallStrategy.class.getSimpleName()));
|
|
|
strategies.add(strategyMap.get(ReturnVideoRecallStrategy.class.getSimpleName()));
|