Commit a4072b89 by 杨树贤

修复

parent a154694d
Showing with 1 additions and 1 deletions
...@@ -921,7 +921,7 @@ func (ps *PriceService) GetActivityPrice(sku model.LySku) model.LySku { ...@@ -921,7 +921,7 @@ func (ps *PriceService) GetActivityPrice(sku model.LySku) model.LySku {
} }
// compare_price_ratio // compare_price_ratio
func (ps *PriceService) GetComparePrice(sku model.LySku) model.LySku { func (ps *PriceService) GetCompar1ePrice(sku model.LySku) model.LySku {
redisCon := gredis.Conn("default_r") redisCon := gredis.Conn("default_r")
//判断是否存在 //判断是否存在
compareData, _ := redis.String(redisCon.Do("HGET", "compare_price_ratio", sku.GoodsId)) compareData, _ := redis.String(redisCon.Do("HGET", "compare_price_ratio", sku.GoodsId))
......
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