修复压缩包内多图连续预览的bug

pull/20/head
kl 2020-12-28 16:08:37 +08:00 committed by kl
parent 12e1239267
commit 8783f9059a
1 changed files with 1 additions and 1 deletions

View File

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