update server/src/main/java/cn/keking/model/FileAttribute.java.

修复删除源文件默认方法的  错误

Signed-off-by: 高雄 <admin@cxcp.com>
pull/99/head
高雄 2023-04-21 03:36:11 +00:00 committed by Gitee
parent cfaa431e20
commit fff3ea0e30
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -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() {
}