|
@@ -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 "901":
|
|
|
|
|
- return ServiceBeanFactory.getBean(RankStrategyBy901.class);
|
|
|
|
|
- case "902":
|
|
|
|
|
- return ServiceBeanFactory.getBean(RankStrategyBy902.class);
|
|
|
|
|
|
|
+ case "898":
|
|
|
|
|
+ return ServiceBeanFactory.getBean(RankStrategyBy898.class);
|
|
|
|
|
+ case "899":
|
|
|
|
|
+ return ServiceBeanFactory.getBean(RankStrategyBy899.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(), "901")) {
|
|
|
|
|
- return ServiceBeanFactory.getBean(RankStrategyBy901.class);
|
|
|
|
|
|
|
+ if (AbUtil.isInTailExp(scoreParam.getTailExpCodeSet(), "898")) {
|
|
|
|
|
+ return ServiceBeanFactory.getBean(RankStrategyBy898.class);
|
|
|
}
|
|
}
|
|
|
- if (AbUtil.isInTailExp(scoreParam.getTailExpCodeSet(), "902")) {
|
|
|
|
|
- return ServiceBeanFactory.getBean(RankStrategyBy902.class);
|
|
|
|
|
|
|
+ if (AbUtil.isInTailExp(scoreParam.getTailExpCodeSet(), "899")) {
|
|
|
|
|
+ return ServiceBeanFactory.getBean(RankStrategyBy899.class);
|
|
|
}
|
|
}
|
|
|
return null;
|
|
return null;
|
|
|
}
|
|
}
|