* tif图片预览,根据反馈的意见,已经全部修改

This commit is contained in:
zhangzhen1979
2021-12-09 19:10:23 +08:00
committed by kl
parent 6387ac21c9
commit d424de5e9a
6 changed files with 31 additions and 11 deletions

View File

@ -284,6 +284,11 @@ public class FileHandlerService {
if (StringUtils.hasText(fileKey)) {
attribute.setFileKey(fileKey);
}
String previewType = req.getParameter("previewType");
if (StringUtils.hasText(previewType)) {
attribute.setPreviewType(previewType);
}
}
return attribute;
}