@@ -830,7 +830,7 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
}
if(Objects.nonNull(shootCount) && shootCount > 0){
- if(scenePlusExt.getLocation() == 6){
+ if(Objects.nonNull(scenePlusExt.getLocation()) && scenePlusExt.getLocation() == 6){
mixture = CommonStatus.YES.code().intValue();
}else{