add(req-2080):测试linux文件路径

This commit is contained in:
胡朝飞 2024-01-22 12:32:47 +08:00
parent d8ee4faf51
commit 0804ceefa6

View File

@ -669,7 +669,7 @@ public class FileServiceImpl implements FileService {
absolutePath = tempDirectory + SEPARATOR + fileName;
}*/
String absolutePath = rootDir + fileName;
String absolutePath = rootDir + "/" + fileName;
log.info("临时文件夹,{}", absolutePath);
// 创建输出流并写入数据