|
@@ -95,11 +95,10 @@ public class BuildReverseE57SceneServiceImpl implements IBuildSceneService {
|
|
|
message.setPath(dataSource);
|
|
|
|
|
|
String key = (String)message.getExt().get("path");
|
|
|
- String bucket = (String)message.getExt().get("bucket");
|
|
|
|
|
|
//下载资源到本地
|
|
|
String destPath = dataSource + "/capture/" + "input.e57";
|
|
|
- fYunFileService.downloadFileByCommand(bucket, destPath, key);
|
|
|
+ fYunFileService.downloadFileByCommand(destPath, key);
|
|
|
|
|
|
//发送mq,就进行计算
|
|
|
// message.setPath(path);
|