|
@@ -489,7 +489,7 @@ public class SceneDownloadHandlerServiceImpl {
|
|
|
for (String localFilePath : localFilePaths) {
|
|
|
try (FileInputStream in = new FileInputStream(localFilePath)){
|
|
|
// this.zipInputStream(out, localFilePath.replace(v3localPath, ""), in);
|
|
|
- FileUtil.copy(localFilePath, localFilePath.replace(localPath, sourcePath), true);
|
|
|
+ FileUtil.copy(localFilePath, localFilePath.replace(localPath, String.format(sourcePath, num, "")), true);
|
|
|
}catch (Exception e){
|
|
|
throw e;
|
|
|
}
|