dengsixing преди 2 години
родител
ревизия
02f6a2eb6e
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/main/java/com/fdkankan/contro/service/impl/BuildScenePreServiceImpl.java

+ 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);
             }else if(cameraType == 14) {
-                fYunFileService.downloadFile(ossPath,path + File.separator + "capture");
+                fYunFileService.downloadFileByCommand(path + File.separator + "capture", ossPath);
             } else{
-                fYunFileService.downloadFile(ossPath,path + File.separator + "capture");
+                fYunFileService.downloadFileByCommand(path + File.separator + "capture", ossPath);
             }
         }
     }