|
@@ -79,6 +79,10 @@ public class FusionService implements IFusionService {
|
|
resourceList = Collections.singletonList(3);
|
|
resourceList = Collections.singletonList(3);
|
|
}else if(param.getType()!=null && param.getType() == 4){
|
|
}else if(param.getType()!=null && param.getType() == 4){
|
|
resourceList = Collections.singletonList(4);
|
|
resourceList = Collections.singletonList(4);
|
|
|
|
+ }else if(param.getType() !=null && param.getType() == 6){
|
|
|
|
+ resourceList = Collections.singletonList(5);
|
|
|
|
+ }
|
|
|
|
+ if(param.getType() !=null && (param.getType() == 4 || param.getType() == 6 )){
|
|
List<ScenePlusExt> plusExtList = scenePlusExtService.getSsObj();
|
|
List<ScenePlusExt> plusExtList = scenePlusExtService.getSsObj();
|
|
List<Long> plusIds = plusExtList.stream().map(ScenePlusExt::getPlusId).collect(Collectors.toList());
|
|
List<Long> plusIds = plusExtList.stream().map(ScenePlusExt::getPlusId).collect(Collectors.toList());
|
|
if(plusIds.size() >0){
|
|
if(plusIds.size() >0){
|