Ejemplo n.º 1
0
 public B2b_eticket_log GetlastyanzhengsuclogByPno(string pno)
 {
     using (var helper = new SqlHelper())
     {
         B2b_eticket_log b = new InternalB2bEticketLog(helper).GetlastyanzhengsuclogByPno(pno);
         return(b);
     }
 }
Ejemplo n.º 2
0
 public int GetYanzhenglogCountByPno(string pno)
 {
     using (var helper = new SqlHelper())
     {
         int b = new InternalB2bEticketLog(helper).GetYanzhenglogCountByPno(pno);
         return(b);
     }
 }
Ejemplo n.º 3
0
 public B2b_eticket_log GetLasterYueyupnoElog(string pno, int usenum)
 {
     using (var helper = new SqlHelper())
     {
         B2b_eticket_log b = new InternalB2bEticketLog(helper).GetLasterYueyupnoElog(pno, usenum);
         return(b);
     }
 }
Ejemplo n.º 4
0
 /// <summary>
 /// 判断是否有冲正成功的记录
 /// </summary>
 /// <param name="randomid"></param>
 /// <param name="action"></param>
 /// <param name="a_state"></param>
 /// <returns></returns>
 public bool Ishasreversesuclog(string randomid)
 {
     using (var helper = new SqlHelper())
     {
         bool b = new InternalB2bEticketLog(helper).Ishasreversesuclog(randomid);
         return(b);
     }
 }
Ejemplo n.º 5
0
        public List <B2b_eticket_log> EPageList(string comid, int pageindex, int pagesize, int eclass, int proid, int jsid, out int totalcount, int posid = 0, string key = "", string startime = "", string endtime = "", int agentid = 0, int projectid = 0, int saleagentid = 0)
        {
            using (var helper = new SqlHelper())
            {
                var list = new InternalB2bEticketLog(helper).EPageList(comid, pageindex, pagesize, eclass, proid, jsid, out totalcount, posid, key, startime, endtime, agentid, projectid, saleagentid);

                return(list);
            }
        }