Example #1
0
        /// <summary>
        /// 获取用户申请资料信息
        /// </summary>
        /// <returns></returns>
        public Jinher.AMP.BTP.Deploy.CustomDTO.DistributRuleFullDTO GetDistributRuleFullDTOByAppId_Mobile(
            Jinher.AMP.BTP.Deploy.CustomDTO.DistributionSearchDTO search)
        {
            base.Do();
            Stopwatch timer = new Stopwatch();

            timer.Start();
            var result = this.GetDistributRuleFullDTOByAppId_MobileExt(search);

            timer.Stop();
            Jinher.JAP.Common.Loging.LogHelper.Debug(string.Format("DistributeBP.GetDistributRuleFullDTOByAppId_Mobile:耗时:{0}。",
                                                                   timer.ElapsedMilliseconds));
            return(result);
        }
Example #2
0
 /// <summary>
 /// 获取用户申请资料信息
 /// </summary>
 /// <returns></returns>
 public Jinher.AMP.BTP.Deploy.CustomDTO.DistributRuleFullDTO GetDistributRuleFullDTOByAppId_Mobile(
     Jinher.AMP.BTP.Deploy.CustomDTO.DistributionSearchDTO search)
 {
     base.Do();
     return(this.Command.GetDistributRuleFullDTOByAppId_Mobile(search));
 }