Esempio n. 1
0
 public B2b_pay_alipayrefundlog Getrefundlogbybatch_no(string batch_no)
 {
     using (var helper = new SqlHelper())
     {
         B2b_pay_alipayrefundlog r = new InternalB2b_pay_alipayrefundlog(helper).Getrefundlogbybatch_no(batch_no);
         return(r);
     }
 }
Esempio n. 2
0
 public string AlipayRefundDetailStr(int orderid)
 {
     using (var helper = new SqlHelper())
     {
         string r = new InternalB2b_pay_alipayrefundlog(helper).AlipayRefundDetailStr(orderid);
         return(r);
     }
 }
Esempio n. 3
0
 public int IsHasAlipayRefund(int orderid)
 {
     using (var helper = new SqlHelper())
     {
         int r = new InternalB2b_pay_alipayrefundlog(helper).IsHasAlipayRefund(orderid);
         return(r);
     }
 }
Esempio n. 4
0
 public decimal Gettotalquitfeebyoid(int orderid)
 {
     using (var helper = new SqlHelper())
     {
         decimal r = new InternalB2b_pay_alipayrefundlog(helper).Gettotalquitfeebyoid(orderid);
         return(r);
     }
 }
Esempio n. 5
0
 public int Uprefundlog(string batch_no, string success_num, string result_details, string error_code, string error_desc, string notify_id, string notify_type, string notify_time)
 {
     using (var helper = new SqlHelper())
     {
         int r = new InternalB2b_pay_alipayrefundlog(helper).Uprefundlog(batch_no, success_num, result_details, error_code, error_desc, notify_id, notify_type, notify_time);
         return(r);
     }
 }
Esempio n. 6
0
        //public B2b_pay_alipayrefundlog GetLastestrefundsuclog(int orderid)
        //{
        //      using(var helper=new SqlHelper())
        //      {
        //           B2b_pay_alipayrefundlog r=new InternalB2b_pay_alipayrefundlog(helper).GetLastestrefundsuclog(orderid);
        //           return r;
        //      }
        //}

        public int Editalipayrefundlog(B2b_pay_alipayrefundlog nowlog)
        {
            using (var helper = new SqlHelper())
            {
                int r = new InternalB2b_pay_alipayrefundlog(helper).Editalipayrefundlog(nowlog);
                return(r);
            }
        }