Pre Merge pull request !339 from poplartang/N/A

This commit is contained in:
poplartang 2022-05-01 12:24:06 +00:00 committed by Gitee
commit 622e7d2da9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -137,7 +137,7 @@ public class FileUploadUtils
desc.getParentFile().mkdirs();
}
}
return desc;
return new File(desc.getCanonicalPath());
}
public static final String getPathFileName(String uploadDir, String fileName) throws IOException