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

This commit is contained in:
zhangzhen1979
2021-12-10 15:36:25 +08:00
committed by kl
parent d424de5e9a
commit 91f3348a2f
4 changed files with 14 additions and 14 deletions

View File

@ -285,9 +285,9 @@ public class FileHandlerService {
attribute.setFileKey(fileKey);
}
String previewType = req.getParameter("previewType");
if (StringUtils.hasText(previewType)) {
attribute.setPreviewType(previewType);
String tifPreviewType = req.getParameter("tifPreviewType");
if (StringUtils.hasText(tifPreviewType)) {
attribute.setTifPreviewType(tifPreviewType);
}
}
return attribute;