|
@@ -221,7 +221,7 @@ public class SysMenuService : IDynamicApiController, ITransient
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
private void DeleteMenuCache()
|
|
private void DeleteMenuCache()
|
|
|
{
|
|
{
|
|
|
- _sysCacheService.RemoveByPrefixKey(CacheConst.KeyMenu);
|
|
|
|
|
|
|
+ // _sysCacheService.RemoveByPrefixKey(CacheConst.KeyMenu);
|
|
|
_sysCacheService.RemoveByPrefixKey(CacheConst.KeyPermission);
|
|
_sysCacheService.RemoveByPrefixKey(CacheConst.KeyPermission);
|
|
|
}
|
|
}
|
|
|
|
|
|