Commit 20fe2930 by mushishixian

屏蔽罗侧斯特特定的ADI品牌的库存和价格

parent 101ddb4e
Showing with 1 additions and 0 deletions
...@@ -192,6 +192,7 @@ func (ls *LyService) LyGoodsDetail(ctx *gin.Context, goodsIds []string, ch chan ...@@ -192,6 +192,7 @@ func (ls *LyService) LyGoodsDetail(ctx *gin.Context, goodsIds []string, ch chan
if sku.StandardBrand.StandardBrandId == 8 && sku.SupplierId == 3 { if sku.StandardBrand.StandardBrandId == 8 && sku.SupplierId == 3 {
sku.Stock = 0 sku.Stock = 0
sku.LadderPriceResult = []int{} sku.LadderPriceResult = []int{}
sku.IsBuy = 0
} }
var TagService TagsService var TagService TagsService
......
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