mirror of
https://github.com/zfile-dev/zfile.git
synced 2025-04-19 05:34:52 +00:00
🐛 修复因缓存未清理导致兼容 readme.md 功能修改无效的 bug
This commit is contained in:
@@ -495,6 +495,7 @@ public class StorageSourceService extends ServiceImpl<StorageSourceMapper, Stora
|
||||
if (entity != null) {
|
||||
Integer id = entity.getId();
|
||||
storageIdMapCache.put(id, entity);
|
||||
storageKeyMapCache.put(entity.getKey(), entity);
|
||||
}
|
||||
return super.updateById(entity);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user