CY_ECommercePlatform/CY.WebForm/Pages/common/PayAbout.aspx.cs
@@ -793,7 +793,7 @@ return null;//买家不能是卖家 EC_OrderBLL eC_OrderBLL = new EC_OrderBLL();//实例化订单业务操作对象 bool isWin = eC_OrderBLL.NewOrder(orderBasic, orderBasic.OrderExtend, orderBasic.TradingSingle, eC_AcceptWayByOrder, pay_Request, commission.Value, seckillId, orderPrintParameter); bool isWin = eC_OrderBLL.NewOrdersheji(orderBasic, orderBasic.OrderExtend, orderBasic.TradingSingle, eC_AcceptWayByOrder, pay_Request, commission.Value, seckillId, orderPrintParameter); return isWin ? orderBasic : null; }