Commit a4da27b8 by 徐康

买3赠1标识

parent 26a0cf9c
...@@ -2370,6 +2370,9 @@ public class OrderAdapter { ...@@ -2370,6 +2370,9 @@ public class OrderAdapter {
} else { } else {
productVo.setFinalPrice(productVo.getOriginalPrice()); productVo.setFinalPrice(productVo.getOriginalPrice());
} }
if(null != extendType && extendType != 7) {
productVo.setIsB3S1CouponGoods(1);
}
} }
} }
if (OrderAccountType.BUYM_SENDN.getCode().equals(productDiscount.getDiscountType())) { if (OrderAccountType.BUYM_SENDN.getCode().equals(productDiscount.getDiscountType())) {
......
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