Commit bf5fe5e4 by mushishixian

Merge branch 'ysx-魔方改版-20230313' into dev

parents ca7cb9f8 3e78cde9
Showing with 0 additions and 2 deletions
......@@ -278,8 +278,6 @@ func (ls *LyService) GetCoefficientAndPrice(sku model.LySku) model.LySku {
}
}
cnDiscountRatio = common.MyRound(cnDiscountRatio+1, 3)
usDiscountRatio = common.MyRound(usDiscountRatio+1, 3)
sku.DiscountRatio.Ratio = cnDiscountRatio
sku.DiscountRatio.RatioUsd = usDiscountRatio
fmt.Println("折扣系数 : ", cnDiscountRatio, usDiscountRatio)
......
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