mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2025-04-05 17:37:49 +08:00
update server/src/main/java/cn/keking/model/FileAttribute.java.
修复删除源文件默认方法的 错误 Signed-off-by: 高雄 <admin@cxcp.com>
This commit is contained in:
parent
cfaa431e20
commit
fff3ea0e30
@ -17,7 +17,7 @@ public class FileAttribute {
|
||||
private String userToken;
|
||||
private String officePreviewType = ConfigConstants.getOfficePreviewType();
|
||||
private String tifPreviewType;
|
||||
private Boolean skipDownLoad = false;
|
||||
private Boolean skipDownLoad = true;
|
||||
|
||||
public FileAttribute() {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user