Showing
1 changed file
with
1 additions
and
0 deletions
@@ -211,6 +211,7 @@ public class RoleServiceImpl extends AbstractBaseService<RoleMapper, Role> imple | @@ -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 | return role.getDTO(RoleDTO.class); | 215 | return role.getDTO(RoleDTO.class); |
215 | } | 216 | } |
216 | 217 |