|
@@ -1208,7 +1208,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
|
//删除本地文件
|
|
|
FileUtil.del(meshLocalPath);
|
|
|
FileUtil.del(zipFilePath);
|
|
|
- String url = "downloads/extras/" + zipName + "?t=" + Calendar.getInstance().getTimeInMillis();
|
|
|
+ String url = "downloads/extras/" + zipName;
|
|
|
return url;
|
|
|
}
|
|
|
|
|
@@ -1264,7 +1264,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
|
ZipUtil.zip(meshPath, zipPath);
|
|
|
//上传压缩包
|
|
|
fYunFileService.uploadFile(bucket, zipPath, "downloads/extras/" + zipName);
|
|
|
- String url = "downloads/extras/" + zipName + "?t=" + Calendar.getInstance().getTimeInMillis();
|
|
|
+ String url = "downloads/extras/" + zipName;
|
|
|
FileUtil.del(zipPath);
|
|
|
return url;
|
|
|
}
|