🐛 修复因缓存未清理导致兼容 readme.md 功能修改无效的 bug

This commit is contained in:
zhaojun
2022-08-15 13:28:35 +08:00
parent 9833378e25
commit b39360791f

View File

@@ -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);
}