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