|
@@ -109,13 +109,8 @@ public class RecallService implements ApplicationContextAware {
|
|
|
|
|
|
Set<String> abExpCodes = param.getAbExpCodes();
|
|
|
if (CollectionUtils.isNotEmpty(abExpCodes)) {
|
|
|
-<<<<<<< Updated upstream
|
|
|
- if (abExpCodes.contains("563")
|
|
|
- || abExpCodes.contains("567")) {
|
|
|
-=======
|
|
|
if (abExpCodes.contains("563") || abExpCodes.contains("562")
|
|
|
|| abExpCodes.contains("564")) {
|
|
|
->>>>>>> Stashed changes
|
|
|
strategies.add(strategyMap.get(SceneCFRovnRecallStrategy.class.getSimpleName()));
|
|
|
strategies.add(strategyMap.get(SceneCFRosnRecallStrategy.class.getSimpleName()));
|
|
|
}
|