|
@@ -159,8 +159,7 @@ public class BuildObjServiceImpl implements IBuildSceneService {
|
|
|
public void downLoadSource(BuildSceneCallMessage message,String path) throws Exception{
|
|
|
|
|
|
String ossResultPath = String.format(UploadFilePath.scene_result_data_path, message.getSceneNum());
|
|
|
- fYunFileService.download
|
|
|
- 13File(ossResultPath + "caches/reconstruction/final.bin", path + "/caches/reconstruction/final.bin");
|
|
|
+ fYunFileService.downloadFile(ossResultPath + "caches/reconstruction/final.bin", path + "/caches/reconstruction/final.bin");
|
|
|
fYunFileService.downloadFile(ossResultPath + "caches/reconstruction/chunk.json", path + "/caches/reconstruction/chunk.json");
|
|
|
fYunFileService.downloadFile(ossResultPath + "caches/floor_group_fix.json", path + "/caches/floor_group_fix.json");
|
|
|
fYunFileService.downloadFileByCommand(path + "/caches/images/", ossResultPath + "caches/images/");
|