|
@@ -109,8 +109,13 @@ 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()));
|
|
|
}
|