username@email.com
2025-12-16 f0c21ec9c1e9c7cd5db58caeb760c7d7ca6df002
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;
        }