Commit f6eed56d by 徐康

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

parents 68eee2c3 c113b662
...@@ -2394,7 +2394,7 @@ public class OrderAdapter { ...@@ -2394,7 +2394,7 @@ public class OrderAdapter {
} else { } else {
productVo.setFinalPrice(productVo.getOriginalPrice()); productVo.setFinalPrice(productVo.getOriginalPrice());
} }
if(null != extendType && extendType != 7) { if(null != extendType && extendType == 7) {
productVo.setIsB3S1CouponGoods(1); productVo.setIsB3S1CouponGoods(1);
} }
} }
......
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