update server/src/main/java/cn/keking/model/FileAttribute.java.
修复删除源文件默认方法的 错误 Signed-off-by: 高雄 <admin@cxcp.com>pull/99/head
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