Exemple #1
0
        public static bool AccessCheckSpecial(OperateCode operateCode, int specialId)
        {
            int idType = 0;

            if (PEContext.Current.User.UserInfo.IsInheritGroupRole)
            {
                idType = 1;
            }
            return(CheckRole(dal.GetGroupListByOperateCodeSpecialId(operateCode, specialId, idType)));
        }