|
@@ -88,7 +88,7 @@ public class HaixinServiceImpl implements IHaixinService {
|
|
|
|
|
|
//删除user目录
|
|
|
String userViewPath = "/oss/4dkankan/" + String.format(UploadFilePath.USER_VIEW_PATH, num);
|
|
|
- FileUtil.del(userViewPath);
|
|
|
+// FileUtil.del(userViewPath);
|
|
|
|
|
|
//打压缩包
|
|
|
this.zip(viewPath, zipPath);
|