mirror of
https://github.com/zfile-dev/zfile.git
synced 2025-04-19 05:34:52 +00:00
🐛 修复切换缓存时, 出现的异常 BUG
This commit is contained in:
@@ -164,6 +164,7 @@ public abstract class AbstractFileService implements FileService {
|
||||
return null;
|
||||
}).collect(Collectors.toSet());
|
||||
collect.remove(null);
|
||||
collect.add("/");
|
||||
return collect;
|
||||
} else {
|
||||
return Collections.emptySet();
|
||||
|
||||
Reference in New Issue
Block a user