* tif图片预览,根据反馈的意见,已经全部修改
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user