...
|
...
|
@@ -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
|
|
...
|
...
|
|