反算京西价终极

This commit is contained in:
苏尹岚
2020-03-19 10:10:06 +08:00
parent cc5eb1f8aa
commit 4452a76e30
2 changed files with 1 additions and 5 deletions

View File

@@ -342,7 +342,6 @@ func CaculatePriceByPricePack(l model.PricePercentagePack, defPricePercentage, p
func CaculateJxPriceByPricePack(l model.PricePercentagePack, defPricePercentage, vendorPrice int) (jxPrice int) {
pricePercentage, priceAdd := GetPricePercentageByVendorPrice(l, vendorPrice, defPricePercentage)
fmt.Println("RefreshJxPriceByVendor4", pricePercentage, priceAdd)
jxPrice = CaculateSkuPriceFromVendor(vendorPrice, pricePercentage, priceAdd)
return jxPrice
}