文件上传和排序接口整合
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -72,6 +72,7 @@ public class MinioUtil { | ... | @@ -72,6 +72,7 @@ public class MinioUtil { |
72 | fileAttribute.setFileSize(Long.toString(file.getSize())); | 72 | fileAttribute.setFileSize(Long.toString(file.getSize())); |
73 | fileAttribute.setSaveUrl(saveUrl); | 73 | fileAttribute.setSaveUrl(saveUrl); |
74 | fileAttribute.setPreviewUrl(pUrl); | 74 | fileAttribute.setPreviewUrl(pUrl); |
75 | fileAttribute.setExpandName(expandName); | ||
75 | return fileAttribute; | 76 | return fileAttribute; |
76 | } | 77 | } |
77 | 78 | ... | ... |
-
Please register or sign in to post a comment