dengsixing 8 mesi fa
parent
commit
04ffb3bf1e

+ 2 - 2
src/main/java/com/fdkankan/contro/mq/service/impl/BuildReverseE57SceneServiceImpl.java

@@ -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);