From 19e30473c69524c4bcf3de9a666f34ba1b26302b Mon Sep 17 00:00:00 2001 From: shanj <18996038927@163.com> Date: Mon, 25 Jul 2022 01:25:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=AE=B6=E4=BC=98=E6=83=A0=E9=87=91?= =?UTF-8?q?=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BBWY.Server.Business/Order/OrderBusiness.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BBWY.Server.Business/Order/OrderBusiness.cs b/BBWY.Server.Business/Order/OrderBusiness.cs index 8a3f77ca..f3647b23 100644 --- a/BBWY.Server.Business/Order/OrderBusiness.cs +++ b/BBWY.Server.Business/Order/OrderBusiness.cs @@ -132,6 +132,7 @@ namespace BBWY.Server.Business SDPayBillNo = o.SDPayBillNo, SDPayChannel = o.SDPayChannel, IsAfterSaleOrder = o.IsAfterSaleOrder, + SellerPreferentialAmount = o.SellerPreferentialAmount, ContactName = ocs.ContactName, Address = ocs.Address,