Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
荆蔚杰
/
java.archive
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
bb4d3f17
authored
2021-11-25 09:26:59 +0800
by
荆蔚杰
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
文件上传和排序接口整合
1 parent
ea375b6d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/pashanhoo/common/util/fileupload/MinioUtil.java
src/main/java/com/pashanhoo/common/util/fileupload/MinioUtil.java
View file @
bb4d3f1
...
...
@@ -72,6 +72,7 @@ public class MinioUtil {
fileAttribute
.
setFileSize
(
Long
.
toString
(
file
.
getSize
()));
fileAttribute
.
setSaveUrl
(
saveUrl
);
fileAttribute
.
setPreviewUrl
(
pUrl
);
fileAttribute
.
setExpandName
(
expandName
);
return
fileAttribute
;
}
...
...
Please
register
or
sign in
to post a comment