username@email.com
2 天以前 e4ee60ed94d24e394a7895daa9fb98df813e5953
CY_ECommercePlatform/CY.BLL/EC/EC_OrderBasicBLL.cs
@@ -292,6 +292,17 @@
            return _eC_OrderBasicDAL.GetOrderByIds(orderIds);
        }
        /// <summary>
        /// 根据订单编号获取订单
        /// </summary>
        /// <param name="orderIds">订单编号</param>
        /// <returns></returns>
        public IEnumerable<EC_OrderBasic> GetOrderByPrintTypeId(int PrintTypeId)
        {
            return _eC_OrderBasicDAL.GetOrderByPrintTypeId(PrintTypeId);
        }
        /// <summary>
        /// 根据订单编号获取自动外协订单
        /// </summary>