Commit b8ff05e1 by 徐康

展示原价

parent 24555c5b
......@@ -2184,6 +2184,8 @@ public class OrderAdapter {
Integer extendType = productDiscountExtInfo.getInteger("extendType");
if(null == extendType || extendType != 12) {
productVo.setCouponName(productDiscount.getDiscountDesc());
} else {
productVo.setFinalPrice(productVo.getOriginalPrice());
}
}
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