修改平台优惠金额
This commit is contained in:
@@ -226,7 +226,7 @@ func (p *PurchaseHandler) getOrder(vendorOrgCode, vendorOrderID, vendorStoreID s
|
||||
order.StoreID = localStore.ID
|
||||
order.VendorStoreID = vendorStoreIdRelly // 真实门店id
|
||||
order.StoreName = vendorNameRelly // 真实门店名称
|
||||
order.PmSubsidyMoney = result.PromotionAmount // 美团记录订单优惠总金额
|
||||
order.PmSubsidyMoney = result.PlatformCostAmount // 平台承担优惠
|
||||
for _, v := range order.Skus {
|
||||
if multiSkuMap[v.SkuID] > 1 && v.SalePrice == v.VendorPrice {
|
||||
v.IsVendorAct = model.YES
|
||||
|
||||
Reference in New Issue
Block a user