Commit fce7da4c by mushishixian

Merge branch 'ysx-测试分支-20230419' into dev

parents 855de365 908d9972
Showing with 1 additions and 1 deletions
...@@ -185,7 +185,7 @@ func (ls *LyService) LyGoodsDetail(ctx *gin.Context, goodsIds []string, ch chan ...@@ -185,7 +185,7 @@ func (ls *LyService) LyGoodsDetail(ctx *gin.Context, goodsIds []string, ch chan
sku.IsBuy = 1 sku.IsBuy = 1
//过期修改库存为0 //过期修改库存为0
if sku.IsExpire == 1 && sku.SupplierId != 17 { if sku.IsExpire == 1 && sku.SupplierId != 17 {
sku.Stock = 0 // sku.Stock = 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