Example #1
0
        /// <summary>
        /// 获取查询的所有阳光餐饮的订单号id
        /// </summary>
        /// <param name="param"></param>
        /// <returns></returns>
        public List <Guid> GetTotalOrderIds(Jinher.AMP.BTP.Deploy.CustomDTO.ExportParamDTO param)
        {
            //定义返回值
            List <Guid> result;

            try
            {
                //调用代理方法
                result = base.Channel.GetTotalOrderIds(param);
            }
            catch
            {
                //抛异常
                throw;
            }
            finally
            {
                //关链接
                ChannelClose();
            }            //返回结果
            return(result);
        }
Example #2
0
        public System.Collections.Generic.List <System.Guid> GetOrderIds(Jinher.AMP.BTP.Deploy.CustomDTO.ExportParamDTO param)
        {
            //定义返回值
            System.Collections.Generic.List <System.Guid> result;

            try
            {
                //调用代理方法
                result = base.Channel.GetOrderIds(param);
            }
            catch
            {
                //抛异常
                throw;
            }
            finally
            {
                //关链接
                ChannelClose();
            }            //返回结果
            return(result);
        }
Example #3
0
 /// <summary>
 /// 获取查询的所有阳光餐饮的订单号id
 /// </summary>
 /// <param name="param"></param>
 /// <returns></returns>
 public List <Guid> GetTotalOrderIds(Jinher.AMP.BTP.Deploy.CustomDTO.ExportParamDTO param)
 {
     base.Do();
     return(this.Command.GetTotalOrderIds(param));
 }
Example #4
0
 /// <summary>
 /// 获取查询的所有订单号id
 /// </summary>
 /// <param name="param"></param>
 /// <returns></returns>
 public System.Collections.Generic.List <System.Guid> GetOrderIds(Jinher.AMP.BTP.Deploy.CustomDTO.ExportParamDTO param)
 {
     base.Do();
     return(this.Command.GetOrderIds(param));
 }
Example #5
0
 /// <summary>
 /// 导出订单数据
 /// </summary>
 /// <param name="param"></param>
 /// <returns></returns>
 public System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.ExportResultDTO> ExportResult1(Jinher.AMP.BTP.Deploy.CustomDTO.ExportParamDTO param)
 {
     base.Do();
     return(this.Command.ExportResult1(param));
 }