Commit ea9f767cdfbc81ad84548ca5ee659d180551d704

Authored by 云中非
1 parent d4b5685c

fix: 新菜单分配给角色,权限信息未刷新问题

... ... @@ -211,6 +211,7 @@ public class RoleServiceImpl extends AbstractBaseService<RoleMapper, Role> imple
211 211 });
212 212 });
213 213 }
  214 + cacheUtils.invalidateCacheName(FastIotConstants.CacheConfigKey.CACHE_CONFIG_KEY);
214 215 return role.getDTO(RoleDTO.class);
215 216 }
216 217
... ...