dengsixing 2 lat temu
rodzic
commit
4752aca1ce

+ 1 - 1
src/main/java/com/fdkankan/download/service/impl/SceneDownloadHandlerServiceImpl.java

@@ -458,7 +458,7 @@ public class SceneDownloadHandlerServiceImpl {
     }
 
     private void zipLocalFiles(ZipOutputStream out, List<String> localFilePaths, String v3localPath, String num, AtomicInteger count, int total, String version) throws Exception{
-        String sourcePath = String.format(this.sourceLocal, num, this.wwwroot);
+        String sourcePath = String.format(this.sourceLocal, num, "");
         String localPath = "v4".equals(version) ? this.v4localPath : this.v3localPath;
         for (String localFilePath : localFilePaths) {
             try (FileInputStream in = new FileInputStream(new File(localFilePath));){