コード例 #1
0
 public bool Getisselforder(string organization, string order_num)
 {
     using (var helper = new SqlHelper())
     {
         bool r = new Internalagent_requestlog(helper).Getisselforder(organization, order_num);
         return(r);
     }
 }
コード例 #2
0
 /*根据订单号得到分销商订单请求记录*/
 public Agent_requestlog GetAgent_addorderlogByOrderId(string ordernum, int isdealsuc)
 {
     using (var helper = new SqlHelper())
     {
         Agent_requestlog r = new Internalagent_requestlog(helper).GetAgent_addorderlogByOrderId(ordernum, isdealsuc);
         return(r);
     }
 }
コード例 #3
0
 public Agent_requestlog GetAgent_addorderlogByReq_seq(string organization, string req_seq, int is_dealsuc)
 {
     using (var helper = new SqlHelper())
     {
         Agent_requestlog r = new Internalagent_requestlog(helper).GetAgent_addorderlogByReq_seq(organization, req_seq, is_dealsuc);
         return(r);
     }
 }
コード例 #4
0
 /*根据订单号得到分销商订单请求记录*/
 public List <Agent_requestlog> GetAgent_requestlogByOrdernum(string ordernum, string request_type, string isdealsuc)
 {
     using (var helper = new SqlHelper())
     {
         List <Agent_requestlog> r = new Internalagent_requestlog(helper).GetAgent_requestlogByOrdernum(ordernum, request_type, isdealsuc);
         return(r);
     }
 }
コード例 #5
0
 public bool Ismatch_ip(string organization, string Requestip)
 {
     using (var helper = new SqlHelper())
     {
         bool r = new Internalagent_requestlog(helper).Ismatch_ip(organization, Requestip);
         return(r);
     }
 }
コード例 #6
0
 public int Editagent_reqlog(Agent_requestlog reqlog)
 {
     using (var helper = new SqlHelper())
     {
         int r = new Internalagent_requestlog(helper).Editagent_reqlog(reqlog);
         return(r);
     }
 }
コード例 #7
0
 public int Is_secondordernum(string organization, string ordernum, string request_type)
 {
     using (var helper = new SqlHelper())
     {
         int r = new Internalagent_requestlog(helper).Is_secondordernum(organization, ordernum, request_type);
         return(r);
     }
 }
コード例 #8
0
 public bool Getisselforderbyreq_sql(string organization, string req_seq)
 {
     using (var helper = new SqlHelper())
     {
         bool r = new Internalagent_requestlog(helper).Getisselforderbyreq_sql(organization, req_seq);
         return(r);
     }
 }