Commit 855de365 by mushishixian

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

parents 2127a522 d7c5f6cd
Showing with 1 additions and 1 deletions
......@@ -182,7 +182,7 @@ func (ls *LyService) LyGoodsDetail(ctx *gin.Context, goodsIds []string, ch chan
//判断是否可以购买
sku.IsBuy = ls.GetIsBuy(sku)
sku.IsBuy = 1
//过期修改库存为0
if sku.IsExpire == 1 && sku.SupplierId != 17 {
sku.Stock = 0
......
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