+StoresOrderSaleInfo.DistanceFreightMoney, WaybillTipMoney

This commit is contained in:
gazebo
2020-01-08 10:38:08 +08:00
parent a47f7cd845
commit 4a51bfca9b
2 changed files with 14 additions and 6 deletions

View File

@@ -655,6 +655,9 @@ func (c *OrderManager) GetStoresOrderSaleInfoNew(ctx *jxcontext.Context, storeID
}
saleInfo.ActualPayPrice += v.ActualPayPrice
saleInfo.Count++
saleInfo.DistanceFreightMoney += v.DistanceFreightMoney
saleInfo.WaybillTipMoney += v.WaybillTipMoney
}
orderMap[universalOrderID].SkuCount += v.Count