From fff3ea0e30de07bd79fc3914915bd1459bca5ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E9=9B=84?= Date: Fri, 21 Apr 2023 03:36:11 +0000 Subject: [PATCH] =?UTF-8?q?update=20server/src/main/java/cn/keking/model/F?= =?UTF-8?q?ileAttribute.java.=20=E4=BF=AE=E5=A4=8D=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E6=BA=90=E6=96=87=E4=BB=B6=E9=BB=98=E8=AE=A4=E6=96=B9=E6=B3=95?= =?UTF-8?q?=E7=9A=84=20=20=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 高雄 --- server/src/main/java/cn/keking/model/FileAttribute.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/main/java/cn/keking/model/FileAttribute.java b/server/src/main/java/cn/keking/model/FileAttribute.java index 265750e0..442c586a 100644 --- a/server/src/main/java/cn/keking/model/FileAttribute.java +++ b/server/src/main/java/cn/keking/model/FileAttribute.java @@ -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() { }