Commit 24555c5b by 徐康

extendType修改

parent 8e1a0e92
...@@ -2182,7 +2182,7 @@ public class OrderAdapter { ...@@ -2182,7 +2182,7 @@ public class OrderAdapter {
hasProductCoupon = true; hasProductCoupon = true;
JSONObject productDiscountExtInfo = JSON.parseObject(productDiscount.getExtInfo()); JSONObject productDiscountExtInfo = JSON.parseObject(productDiscount.getExtInfo());
Integer extendType = productDiscountExtInfo.getInteger("extendType"); Integer extendType = productDiscountExtInfo.getInteger("extendType");
if(null == extendType || extendType != 5) { if(null == extendType || extendType != 12) {
productVo.setCouponName(productDiscount.getDiscountDesc()); productVo.setCouponName(productDiscount.getDiscountDesc());
} }
} }
......
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