Commit 0a35d44a by 杨树贤

恢复

parent 78fb4db0
Showing with 1 additions and 1 deletions
...@@ -325,7 +325,7 @@ func (ls *LyService) LyGoodsDetail(ctx context.Context, params RequestParams, go ...@@ -325,7 +325,7 @@ func (ls *LyService) LyGoodsDetail(ctx context.Context, params RequestParams, go
//获取关税以及价格转换 //获取关税以及价格转换
sku = ls.GetTariffAndPrice(sku) sku = ls.GetTariffAndPrice(sku)
sku = priceService.GetComparePrice(sku) // sku = priceService.GetComparePrice(sku)
//获取新的限制库存信息 //获取新的限制库存信息
has, limitStock := ls.getLimitStock(sku.GoodsId) has, limitStock := ls.getLimitStock(sku.GoodsId)
if has { if has {
......
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