This commit is contained in:
邹宗楠
2022-10-31 17:49:19 +08:00
parent 5876274d6d
commit 65d9055762
4 changed files with 17 additions and 7 deletions

View File

@@ -143,7 +143,7 @@ func (p *PurchaseHandler) getOrder(vendorOrgCode, vendorOrderID, vendorStoreID s
SkuID: utils.Str2Int(extra.OutSkuId),
JxSkuID: utils.Str2Int(extra.OutSkuId),
SkuName: extra.ProductName,
ShopPrice: 0,
ShopPrice: extra.OriginAmount,
VendorPrice: extra.OrderAmount / extra.ItemNum,
SalePrice: extra.OriginAmount,
EarningPrice: 0,