Commit d5754a8c by mushishixian

过期问题

parent 81bc8b8f
Showing with 3 additions and 3 deletions
......@@ -124,9 +124,9 @@ func (ls *LyService) LyGoodsDetail(ctx *gin.Context, goodsIds []string, ch chan
sku.StandardBrand = ls.GetStandardBrand(brandId)
//处理过期,todo 2022.7.13 专卖没有过期
if sku.SupplierId != 17 && gjson.Get(skuStr, "is_expire").Int() != 0 {
sku.LadderPrice = nil
}
// if sku.SupplierId != 17 && gjson.Get(skuStr, "is_expire").Int() != 0 {
// sku.LadderPrice = nil
// }
//处理活动
sku.AcType = 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