Пример #1
0
 /// <summary>
 /// 不需要审核
 /// </summary>
 /// <param name="notNeedCheckCustomer"></param>
 /// <returns></returns>
 public AddOrderModel AddCorpOrderValidate(AddCorpOrderNotNeedCheckCustomer notNeedCheckCustomer)
 {
     notNeedCheckCustomer.AddOrder.CheckStatus = "F";
     return(notNeedCheckCustomer.AddOrder);
 }
 /// <summary>
 /// 改签申请——不需审核
 /// </summary>
 /// <param name="notNeedCheckCustomer"></param>
 /// <returns></returns>
 public AddRetModApplyModel AddCorpRetApplyValidate(AddCorpOrderNotNeedCheckCustomer notNeedCheckCustomer)
 {
     notNeedCheckCustomer.AddModApply.OrderStatus = FltRetApplyStatusEnum.W.ToString();
     notNeedCheckCustomer.AddModApply.DetailList.ForEach(n => n.OrderStatus = FltRetApplyStatusEnum.W.ToString());
     return(notNeedCheckCustomer.AddModApply);
 }