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