Explorar el Código

project-jmga-2.2.0-2.0.1

dengsixing hace 1 mes
padre
commit
6b02d21384

+ 1 - 1
src/main/java/com/fdkankan/contro/service/impl/JmgaServiceImpl.java

@@ -205,7 +205,7 @@ public class JmgaServiceImpl implements IJmgaService {
         String uuid = UUID.randomUUID().toString();
         String zipName = uuid + ".zip";
         String zipDir = "/oss/4dkankan/bd_server/";
-        fYunFileService.downloadFileByCommand(zipDir + zipName, param.getFilePath());
+        fYunFileService.downloadFileByCommand(zipDir + zipName, param.getFilePath().replace("/oss/", ""));
         fYunFileService.deleteFile(param.getFilePath());
 
         //解压缩