Sign in
nx
/
creditNx
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
b7f3c68eca343de30ca36a68cd796188b5086f72
Authored by
RuoYi
4 years ago
1 parent
edd29810
优化图片工具类读取文件
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
ruoyi-common/src/main/java/com/ruoyi/common/utils/file/ImageUtils.java
ruoyi-common/src/main/java/com/ruoyi/common/utils/file/ImageUtils.java
View file @
b7f3c68
...
...
@@ -94,6 +94,7 @@ public class ImageUtils
94
94
}
95
95
finally
96
96
{
97
+ IOUtils.closeQuietly(in);
97
98
IOUtils.closeQuietly(baos);
98
99
}
99
100
}
...
...