Bladeren bron

下载于hash

lyhzzz 3 maanden geleden
bovenliggende
commit
ec15c08f4b
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      src/main/java/com/fdkankan/fusion/controller/DictFileController.java

+ 1 - 1
src/main/java/com/fdkankan/fusion/controller/DictFileController.java

@@ -108,7 +108,7 @@ public class DictFileController extends BaseController{
         String ossPath = String.format(OssPath.MANAGE_FILE_DOWN_PATH ,dictFileId +"/"+dictFileId +".zip") ;
         ShellUtil.yunDownload(sceneObjPath,filePath);
         ShellUtil.zip(dictFileId+".zip",filePath+"/"+foName);
-        ShellUtil.yunDownload(filePath +"/"+dictFileId +".zip",ossPath);
+        ShellUtil.yunDownload(filePath +"/"+foName +"/"+dictFileId +".zip",ossPath);
         FileUtil.del(filePath);
 
         String downUrl = queryPath + ossPath;