add(req-2080):创建文件夹---修改路径
This commit is contained in:
parent
5343c1936d
commit
39c97d649b
@ -663,9 +663,9 @@ public class FileServiceImpl implements FileService {
|
||||
}
|
||||
}
|
||||
log.info("tempDirectory,{}", tempDirectory);
|
||||
if (!tempDirectory.exists()) {
|
||||
if (tempDirectory.exists()) {
|
||||
// 兜底
|
||||
absolutePath = rootDir + fileName;
|
||||
absolutePath = tempDirectory + SEPARATOR + fileName;
|
||||
}
|
||||
log.info("临时文件夹,{}", absolutePath);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user