|
@@ -176,8 +176,8 @@ public class RankServiceImpl implements RankService {
|
|
|
if (AbUtil.isInTailExp(scoreParam.getTailExpCodeSet(), "875")) {
|
|
if (AbUtil.isInTailExp(scoreParam.getTailExpCodeSet(), "875")) {
|
|
|
return ServiceBeanFactory.getBean(RankStrategyBy872.class);
|
|
return ServiceBeanFactory.getBean(RankStrategyBy872.class);
|
|
|
}
|
|
}
|
|
|
- // 尾号实验 894
|
|
|
|
|
- if (AbUtil.isInTailExp(scoreParam.getTailExpCodeSet(), "894")) {
|
|
|
|
|
|
|
+ // 尾号实验 895
|
|
|
|
|
+ if (AbUtil.isInTailExp(scoreParam.getTailExpCodeSet(), "895")) {
|
|
|
return ServiceBeanFactory.getBean(RankStrategyBy894.class);
|
|
return ServiceBeanFactory.getBean(RankStrategyBy894.class);
|
|
|
}
|
|
}
|
|
|
return null;
|
|
return null;
|