private string QuerySubList(HttpContext context) { //string where = " pwi_sid='" + context.Request["pwi_sid"] + "' and si_sid='" + context.Request["si_sid"] + "' "; //DataTable dt = new BLL.project_review().GetList(where).Tables[0]; //return DBUtility.JsonHelper.DataTable2Json_Datagrid(dt, 0); DataTable dt = new BLL.project_review_record().GetList1(" pr_sid='" + context.Request["sid"] + "' ").Tables[0]; return(DBUtility.JsonHelper.DataTable2Json_Datagrid(dt, 0)); }
private string Record_list(HttpContext context) { DataTable dt = new BLL.project_review_record().GetList1(" pr_sid='" + context.Request["pr_sid"] + "' ").Tables[0]; return(DBUtility.JsonHelper.DataTable2Json_Datagrid(dt, 0)); }