|
@@ -143,9 +143,9 @@ public class BuildScenePreServiceImpl implements IBuildScenePreService {
|
|
//删除压缩包
|
|
//删除压缩包
|
|
FileUtils.delFile(path + File.separator + "capture" + File.separator + imgsName);
|
|
FileUtils.delFile(path + File.separator + "capture" + File.separator + imgsName);
|
|
}else if(cameraType == 14) {
|
|
}else if(cameraType == 14) {
|
|
- fYunFileService.downloadFile(ossPath,path + File.separator + "capture");
|
|
|
|
|
|
+ fYunFileService.downloadFileByCommand(path + File.separator + "capture", ossPath);
|
|
} else{
|
|
} else{
|
|
- fYunFileService.downloadFile(ossPath,path + File.separator + "capture");
|
|
|
|
|
|
+ fYunFileService.downloadFileByCommand(path + File.separator + "capture", ossPath);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|