mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2025-04-05 17:37:49 +08:00
新增功能:添加更新缓存方法&forceUpdatedCache=true 可合并
新增功能:添加更新缓存方法&forceUpdatedCache=true 可合并 Signed-off-by: 高雄 <admin@cxcp.com>
This commit is contained in:
parent
f8c7ce647c
commit
832420f469
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user