public B2b_eticket_log GetlastyanzhengsuclogByPno(string pno) { using (var helper = new SqlHelper()) { B2b_eticket_log b = new InternalB2bEticketLog(helper).GetlastyanzhengsuclogByPno(pno); return(b); } }
public int GetYanzhenglogCountByPno(string pno) { using (var helper = new SqlHelper()) { int b = new InternalB2bEticketLog(helper).GetYanzhenglogCountByPno(pno); return(b); } }
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); } }
/// <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); } }
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); } }