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