/// <summary> /// 根据角色获取树形结构的功能列表 /// </summary> public List <FunctionNodeInfo> GetTreeWithRole(string systemType, List <int> roleList) { return(functionDal.GetTreeWithRole(systemType, roleList)); }