yanjinhui
2025-07-29 c5de0d98241f8c8349fa38851b77efcfc61e4d26
ÏîÄ¿´úÂë/ºó¶Ë/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/Sys_RoleService.cs
@@ -124,6 +124,7 @@
        /// <returns></returns>
        public WebResponseContent GetUserTreeUserRole(string url)
        {
            //权限用户权限查询所有的菜单信息
            List<MenuDTO> menus = _MenuService.GetUserMenuList(App.User.RoleId);
            if (menus.Where(x => x.Url == url).Count() == 0)