/// <summary> /// 查询CPA课程的报名状态 /// </summary> /// <returns></returns> public List <LiXinModels.CourseManage.Co_Course> GetCpaCourseSubscribeList(out int totalCount, string where = " 1 = 1 ", int startIndex = 0, int pageLength = int.MaxValue, string orderBy = "ORDER BY Co_Course.id DESC") { return(_courseOrderDB.GetCpaCourseSubscribeList(out totalCount, where, startIndex, pageLength, orderBy)); }