|
@@ -129,7 +129,7 @@ public class BuildSxRelocationServiceImpl implements IBuildSceneService {
|
|
@Override
|
|
@Override
|
|
public void downLoadSource(BuildSceneCallMessage buildSceneMqMessage,String path){
|
|
public void downLoadSource(BuildSceneCallMessage buildSceneMqMessage,String path){
|
|
String num = buildSceneMqMessage.getSceneNum();
|
|
String num = buildSceneMqMessage.getSceneNum();
|
|
- Long batchId = (Long)buildSceneMqMessage.getExt().get("batchId");
|
|
|
|
|
|
+ Long batchId = Long.valueOf(buildSceneMqMessage.getExt().get("batchId").toString());
|
|
//下载深巡缓存数据
|
|
//下载深巡缓存数据
|
|
String extrasPath = path + File.separator + "extras";
|
|
String extrasPath = path + File.separator + "extras";
|
|
fYunFileService.downloadFileByCommand(extrasPath, String.format(UploadFilePath.scene_result_data_path, num) + "pose/");
|
|
fYunFileService.downloadFileByCommand(extrasPath, String.format(UploadFilePath.scene_result_data_path, num) + "pose/");
|