mirror of https://gitee.com/y_project/RuoYi.git
优化图片工具类读取文件
parent
48b24be2ef
commit
3e3882a2af
|
@ -94,6 +94,7 @@ public class ImageUtils
|
|||
}
|
||||
finally
|
||||
{
|
||||
IOUtils.closeQuietly(in);
|
||||
IOUtils.closeQuietly(baos);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue