Commit 9d0b9c9e by mushishixian

修改名称

parent 9bfa6db8
Showing with 1 additions and 1 deletions
......@@ -232,7 +232,7 @@ func (ls *LyService) GetCoefficientAndPrice(sku model.LySku) model.LySku {
//如果这个渠道没有对应的折扣系数,那么就去读取全局的
if discountRatio == "" {
isDefaultDiscoutRatio = true
discountRatio, _ = redis.String(redisCon.Do("GET", "magic_cube_channel_discount_default_zhuanying"))
discountRatio, _ = redis.String(redisCon.Do("GET", "magic_cube_channel_discount_default_daigou"))
}
var cnDiscountRatio float64
var usDiscountRatio float64
......
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