|
|
|
@@ -400,7 +400,7 @@ public class NewDatasetServiceImpl implements NewDatasetService { |
|
|
|
String localPath = localPathlocal + loginUser.getUsername() + "/datasets/" + id + "/" + identifier; |
|
|
|
|
|
|
|
// 打包 data 文件夹 |
|
|
|
String dataFolderPath = localPath + "/data"; |
|
|
|
String dataFolderPath = localPath + "/dataset"; |
|
|
|
String zipFilePath = localPath + "/data.zip"; |
|
|
|
try (FileOutputStream fos = new FileOutputStream(zipFilePath); |
|
|
|
ZipOutputStream zos = new ZipOutputStream(fos)) { |
|
|
|
|