Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghuanhao committed Jun 13, 2019
1 parent 39a7347 commit acdb253
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class FileUtil {
/**
* 临时文件目录
*/
private static String tmpPath = System.getProperty("java.io.tmpdir");
private static String tmpPath = System.getProperty("java.io.tmpdir") + File.separator;

/**
* 根据文件流读取图片的真实类型
Expand Down

0 comments on commit acdb253

Please sign in to comment.