Bladeren bron

Merge branch 'feature-v4.3.0-20220825' into test

dengsixing 2 jaren geleden
bovenliggende
commit
bbb8a13554

+ 1 - 1
4dkankan-center-scene/src/main/java/com/fdkankan/scene/service/impl/DownloadTourVideoServiceImpl.java

@@ -77,7 +77,7 @@ public class DownloadTourVideoServiceImpl extends ServiceImpl<IDownloadTourVideo
         String srcPath = ConstantFilePath.SCENE_V4_PATH + num + "/tour/" + tempFileName;
         File tempFile = new File(srcPath);
         if(!tempFile.getParentFile().exists()){
-            tempFile.getParentFile().mkdir();
+            tempFile.getParentFile().mkdirs();
         }
         file.transferTo(tempFile);