|
@@ -1095,7 +1095,7 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
uploadToOssUtil.uploadBySh(zipPath, String.format(cacheFormat, num) + downloadName);
|
|
|
url = ossUrlPrefix + String.format(cacheFormat, num) + downloadName;
|
|
|
//删除本地压缩包
|
|
|
- FileUtils.deleteFile(zipPath);
|
|
|
+// FileUtils.deleteFile(zipPath);
|
|
|
// //删除本地目录
|
|
|
// FileUtils.deleteDirectory(localImagesPath);
|
|
|
}
|