Commit a154694d by 杨树贤

fix

parent bb265478
Showing with 1 additions and 1 deletions
...@@ -265,7 +265,7 @@ func (ls *LyService) LyGoodsDetail(ctx context.Context, params RequestParams, go ...@@ -265,7 +265,7 @@ func (ls *LyService) LyGoodsDetail(ctx context.Context, params RequestParams, go
sku = priceService.GetActivityPrice(sku) sku = priceService.GetActivityPrice(sku)
} }
sku = priceService.GetComparePrice(sku) // sku = priceService.GetComparePrice(sku)
//仅提供价格和库存 //仅提供价格和库存
if fast != "1" { if fast != "1" {
......
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