Commit 03d8a8fb by mushishixian

优惠券问题

parent e6bf759e
Showing with 1 additions and 1 deletions
......@@ -195,7 +195,7 @@ func (ls *LyService) GetActivity(sku model.LySku) model.LySku {
}
//获取是否能使用优惠券
if giftActivity.AllowCoupon != 2 || priceActivity.AllowCoupon != 2 {
if giftActivity.AllowCoupon == 2 || priceActivity.AllowCoupon == 2 {
sku.AllowCoupon = 2
}
return sku
......
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