Ejemplo n.º 1
0
        public Jinher.AMP.BTP.Deploy.CustomDTO.ResultDTO <System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CommodityOrderExceptionDTO> > GetOrderExceptionByAppId(Jinher.AMP.BTP.Deploy.CustomDTO.CommodityOrderExceptionParamDTO dto)
        {
            //定义返回值
            Jinher.AMP.BTP.Deploy.CustomDTO.ResultDTO <System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CommodityOrderExceptionDTO> > result;

            try
            {
                //调用代理方法
                result = base.Channel.GetOrderExceptionByAppId(dto);
            }
            catch
            {
                //抛异常
                throw;
            }
            finally
            {
                //关链接
                ChannelClose();
            }            //返回结果
            return(result);
        }
Ejemplo n.º 2
0
 /// <summary>
 ///  按条件获取订单异常日志
 ///  </summary>
 /// <param name="dto">参数实体</param>
 /// <returns></returns>
 public Jinher.AMP.BTP.Deploy.CustomDTO.ResultDTO <System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CommodityOrderExceptionDTO> > GetOrderExceptionByAppId(Jinher.AMP.BTP.Deploy.CustomDTO.CommodityOrderExceptionParamDTO dto)
 {
     base.Do();
     return(this.GetOrderExceptionByAppIdExt(dto));
 }