新增功能:添加更新缓存方法&forceUpdatedCache=true 可合并
新增功能:添加更新缓存方法&forceUpdatedCache=true 可合并 Signed-off-by: 高雄 <admin@cxcp.com>pull/107/head
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