Commit c2267547 by 徐康

Merge branch 'feature/xukang_20210609_麦咖啡p7v2' into qa

parents e497779c a4da27b8
...@@ -2393,6 +2393,9 @@ public class OrderAdapter { ...@@ -2393,6 +2393,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