Browse Source

计算前下载资源

dengsixing 2 years ago
parent
commit
02f6a2eb6e

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

@@ -143,9 +143,9 @@ public class BuildScenePreServiceImpl implements IBuildScenePreService {
                 //删除压缩包
                 //删除压缩包
                 FileUtils.delFile(path + File.separator + "capture" + File.separator + imgsName);
                 FileUtils.delFile(path + File.separator + "capture" + File.separator + imgsName);
             }else if(cameraType == 14) {
             }else if(cameraType == 14) {
-                fYunFileService.downloadFile(ossPath,path + File.separator + "capture");
+                fYunFileService.downloadFileByCommand(path + File.separator + "capture", ossPath);
             } else{
             } else{
-                fYunFileService.downloadFile(ossPath,path + File.separator + "capture");
+                fYunFileService.downloadFileByCommand(path + File.separator + "capture", ossPath);
             }
             }
         }
         }
     }
     }