配置统计修改为功能统计
This commit is contained in:
@@ -67,6 +67,7 @@ public class MenuService extends BaseService {
|
||||
}
|
||||
// 清除用户菜单缓存
|
||||
UserUtils.removeCache(UserUtils.CACHE_MENU_LIST);
|
||||
UserUtils.removeCache(UserUtils.CACHE_MENU_CFG_LIST);
|
||||
// // 清除权限缓存
|
||||
// systemRealm.clearAllCachedAuthorizationInfo();
|
||||
// 清除日志相关缓存
|
||||
@@ -78,6 +79,7 @@ public class MenuService extends BaseService {
|
||||
menuDao.delete(menu);
|
||||
// 清除用户菜单缓存
|
||||
UserUtils.removeCache(UserUtils.CACHE_MENU_LIST);
|
||||
UserUtils.removeCache(UserUtils.CACHE_MENU_CFG_LIST);
|
||||
// // 清除权限缓存
|
||||
// systemRealm.clearAllCachedAuthorizationInfo();
|
||||
// 清除日志相关缓存
|
||||
@@ -89,6 +91,7 @@ public class MenuService extends BaseService {
|
||||
menuDao.updateSort(menu);
|
||||
// 清除用户菜单缓存
|
||||
UserUtils.removeCache(UserUtils.CACHE_MENU_LIST);
|
||||
UserUtils.removeCache(UserUtils.CACHE_MENU_CFG_LIST);
|
||||
// // 清除权限缓存
|
||||
// systemRealm.clearAllCachedAuthorizationInfo();
|
||||
// 清除日志相关缓存
|
||||
|
||||
Reference in New Issue
Block a user