Commit 259e0553 by xiaoer.li

fix

parent 3a5f54fa
......@@ -794,7 +794,7 @@ public class CouponServiceImpl implements CouponService {
if (goodsId.equals(activeProduct.getProductIdPartner())) {
productValid = true;
couponActivityDetail = detail;
couponType = detail.getType();
couponType = CouponTypeEnum.TYPE_4.getCode();
break;
}
}
......
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 to comment