Commit c51d5e82 by 杨树贤

bug

parent da057ac7
Showing with 1 additions and 1 deletions
......@@ -341,7 +341,7 @@ func (ls *LyService) GetCoefficientAndPrice(sku model.LySku) model.LySku {
for index, price := range sku.OriginalPrice {
priceCnNoTax := c.MulFloat(price.PriceUs, usdRatio)
if index == 0 {
costNoTax = pripriceCnNoTax
costNoTax = priceCnNoTax
}
originalPrice = append(originalPrice, model.OriginPrice{
Purchases: price.Purchases,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment