Commit 8dc5a759 by 杨树贤

fix

parent ca83398c
Showing with 1 additions and 1 deletions
......@@ -793,7 +793,7 @@ func (ps *PriceService) GetActivityPrice(sku model.LySku) model.LySku {
var tempAcPrice float64
if sku.OrgId == 3 {
tempAcPrice = c.MyRound(c.MulFloat(price.PriceCn, sku.Ratio/100), 0)
tempAcPrice = c.MyRound(c.MulFloat(sku.LadderPrice[0].PriceCn, sku.Ratio/100), 0)
} else {
tempAcPrice = c.MyRound(c.MulFloat(price.PriceCn, sku.Ratio/100), 4)
}
......
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