|
@@ -9,7 +9,9 @@ import cn.iocoder.yudao.module.museum.dal.mysql.museumpicture.MuseumPictureMappe
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
|
+import java.io.File;
|
|
|
import java.util.List;
|
|
|
+import java.io.IOException;
|
|
|
|
|
|
@Service
|
|
|
public class MuseumPictureServiceImpl implements MuseumPictureService {
|
|
@@ -64,7 +66,7 @@ public class MuseumPictureServiceImpl implements MuseumPictureService {
|
|
|
// }
|
|
|
}
|
|
|
|
|
|
-//public void unzipAndAddToGroup(String groupId, String zipFilePath) throws IOException {
|
|
|
+// public void unzipAndAddToGroup(String groupId, String zipFilePath) throws IOException {
|
|
|
// String photoGroupDir = "photos/" + groupId;
|
|
|
// File groupDir = new File(photoGroupDir);
|
|
|
// if (!groupDir.exists()) {
|