public DataTable GetNewsGroupByCateHomeAll(int n, string strCate, string approval, int group) { if (strCate != "") { strCate = strCate.Remove(strCate.LastIndexOf(",")).Replace(",", "','"); } NewsGroupDAO newsGroupDAO = new NewsGroupDAO(); return(newsGroupDAO.GetNewsGroupByCateHomeAll(n, strCate, approval, group)); }