Exemplo n.º 1
0
        //列表
        public static DataTable CreateViewReport(string _selCol, string _strTestSampleNo, int ab)
        {
            BLL.Compress bllts = new HR_Test.BLL.Compress();
            DataSet      dst   = bllts.GetFinishListReport(_selCol, " testSampleNo in ('" + _strTestSampleNo + ") and isFinish=true  and  isEffective=false ", ab);

            return(dst.Tables[0]);
        }