|
@@ -371,6 +371,7 @@ public class ImportDataController {
|
|
sceneLightEntity.setType(2);
|
|
sceneLightEntity.setType(2);
|
|
filePath = filePath + "pano/";
|
|
filePath = filePath + "pano/";
|
|
}
|
|
}
|
|
|
|
+ sceneLightEntity.setQuality(quality);
|
|
sceneLightService.save(sceneLightEntity);
|
|
sceneLightService.save(sceneLightEntity);
|
|
|
|
|
|
List<String> uploadList = new ArrayList<>();
|
|
List<String> uploadList = new ArrayList<>();
|