Commit c113b662 by 徐康

标识

parent 35a5590c
...@@ -2370,7 +2370,7 @@ public class OrderAdapter { ...@@ -2370,7 +2370,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