Browse Source

商家优惠金额

qianyi
shanji 3 years ago
parent
commit
19e30473c6
  1. 1
      BBWY.Server.Business/Order/OrderBusiness.cs

1
BBWY.Server.Business/Order/OrderBusiness.cs

@ -132,6 +132,7 @@ namespace BBWY.Server.Business
SDPayBillNo = o.SDPayBillNo, SDPayBillNo = o.SDPayBillNo,
SDPayChannel = o.SDPayChannel, SDPayChannel = o.SDPayChannel,
IsAfterSaleOrder = o.IsAfterSaleOrder, IsAfterSaleOrder = o.IsAfterSaleOrder,
SellerPreferentialAmount = o.SellerPreferentialAmount,
ContactName = ocs.ContactName, ContactName = ocs.ContactName,
Address = ocs.Address, Address = ocs.Address,

Loading…
Cancel
Save