Exemple #1
0
        //列表
        public static DataTable CreateView_B(string _selCol, string _strTestNo)
        {
            BLL.Bend bllts = new HR_Test.BLL.Bend();
            string   s     = _selCol;
            DataSet  dst   = bllts.GetFinishList1(_selCol, " testNo = '" + _strTestNo + "' and isFinish=true ");

            return(dst.Tables[0]);
        }