新增功能:添加更新缓存方法&forceUpdatedCache=true 可合并

新增功能:添加更新缓存方法&forceUpdatedCache=true 可合并

Signed-off-by: 高雄 <admin@cxcp.com>
pull/107/head
高雄 2023-04-23 04:02:27 +00:00 committed by Gitee
parent f8c7ce647c
commit 832420f469
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ public class FileHandlerService {
attribute.setUrl(url);
if (req != null) {
String officePreviewType = req.getParameter("officePreviewType");
String forceUpdatedCache = req.getParameter("force_updated_cache");
String forceUpdatedCache = req.getParameter("forceUpdatedCache");
String fileKey = WebUtils.getUrlParameterReg(url,"fileKey");
if (StringUtils.hasText(officePreviewType)) {
attribute.setOfficePreviewType(officePreviewType);