|
@@ -120,6 +120,7 @@ public class BuildSxTestServiceImpl implements IBuildSceneService {
|
|
|
relocationMaxindex = -1;
|
|
|
}
|
|
|
String extrasPath = message.getPath() + "/extras/";
|
|
|
+ FileUtil.del(message.getPath());
|
|
|
fYunFileService.downloadFileByCommand(extrasPath, String.format(UploadFilePath.scene_result_data_path, num) + "pose/");
|
|
|
List<String> imgKeyList = fYunFileService.listRemoteFiles(String.format(UploadFilePath.IMG_VIEW_PATH, qjkkNum) + "panoramas/");
|
|
|
JSONObject query = new JSONObject();
|