add(req-2080):测试linux文件路径
This commit is contained in:
parent
d8ee4faf51
commit
0804ceefa6
@ -669,7 +669,7 @@ public class FileServiceImpl implements FileService {
|
||||
absolutePath = tempDirectory + SEPARATOR + fileName;
|
||||
}*/
|
||||
|
||||
String absolutePath = rootDir + fileName;
|
||||
String absolutePath = rootDir + "/" + fileName;
|
||||
log.info("临时文件夹,{}", absolutePath);
|
||||
|
||||
// 创建输出流并写入数据
|
||||
|
||||
Loading…
Reference in New Issue
Block a user