|
@@ -141,10 +141,10 @@ public class RankServiceImpl implements RankService {
|
|
|
return ServiceBeanFactory.getBean(RankStrategyBy872.class);
|
|
return ServiceBeanFactory.getBean(RankStrategyBy872.class);
|
|
|
case "894":
|
|
case "894":
|
|
|
return ServiceBeanFactory.getBean(RankStrategyBy894.class);
|
|
return ServiceBeanFactory.getBean(RankStrategyBy894.class);
|
|
|
- case "896":
|
|
|
|
|
- return ServiceBeanFactory.getBean(RankStrategyBy896.class);
|
|
|
|
|
- case "897":
|
|
|
|
|
- return ServiceBeanFactory.getBean(RankStrategyBy897.class);
|
|
|
|
|
|
|
+ case "901":
|
|
|
|
|
+ return ServiceBeanFactory.getBean(RankStrategyBy901.class);
|
|
|
|
|
+ case "902":
|
|
|
|
|
+ return ServiceBeanFactory.getBean(RankStrategyBy902.class);
|
|
|
default:
|
|
default:
|
|
|
return ServiceBeanFactory.getBean(RankStrategyByWeight.class);
|
|
return ServiceBeanFactory.getBean(RankStrategyByWeight.class);
|
|
|
}
|
|
}
|
|
@@ -184,11 +184,11 @@ public class RankServiceImpl implements RankService {
|
|
|
if (AbUtil.isInTailExp(scoreParam.getTailExpCodeSet(), "895")) {
|
|
if (AbUtil.isInTailExp(scoreParam.getTailExpCodeSet(), "895")) {
|
|
|
return ServiceBeanFactory.getBean(RankStrategyBy894.class);
|
|
return ServiceBeanFactory.getBean(RankStrategyBy894.class);
|
|
|
}
|
|
}
|
|
|
- if (AbUtil.isInTailExp(scoreParam.getTailExpCodeSet(), "896")) {
|
|
|
|
|
- return ServiceBeanFactory.getBean(RankStrategyBy896.class);
|
|
|
|
|
|
|
+ if (AbUtil.isInTailExp(scoreParam.getTailExpCodeSet(), "901")) {
|
|
|
|
|
+ return ServiceBeanFactory.getBean(RankStrategyBy901.class);
|
|
|
}
|
|
}
|
|
|
- if (AbUtil.isInTailExp(scoreParam.getTailExpCodeSet(), "897")) {
|
|
|
|
|
- return ServiceBeanFactory.getBean(RankStrategyBy897.class);
|
|
|
|
|
|
|
+ if (AbUtil.isInTailExp(scoreParam.getTailExpCodeSet(), "902")) {
|
|
|
|
|
+ return ServiceBeanFactory.getBean(RankStrategyBy902.class);
|
|
|
}
|
|
}
|
|
|
return null;
|
|
return null;
|
|
|
}
|
|
}
|