|
@@ -995,8 +995,6 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
|
|
|
String url = null;
|
|
String url = null;
|
|
String downloadName = null;
|
|
String downloadName = null;
|
|
- //删除本地文件
|
|
|
|
- FileUtils.deleteDirectory(localImagesPath);
|
|
|
|
//如果入参文件名不为空,则是单个文件下载,不需要打包
|
|
//如果入参文件名不为空,则是单个文件下载,不需要打包
|
|
if(StrUtil.isNotEmpty(fileName)){
|
|
if(StrUtil.isNotEmpty(fileName)){
|
|
//如果是单张图片,直接提供oss url
|
|
//如果是单张图片,直接提供oss url
|