Commit 2dd34db7 by weijiguang

.

parent 39bbf74f
......@@ -126,6 +126,7 @@ public class CouponServiceImpl implements ICouponService {
} else {
Assert.notNull(couponPo.getPriceLimit(), "价格门槛还未设置");
Assert.notNull(couponPo.getOrderLimit(), "订单限制还未设置");
couponPo.setPriceDiscount(BigDecimal.ZERO);
ruleName = "免单";
if (couponPo.getPriceLimit().compareTo(BigDecimal.ZERO) == 0) {
ruleDesc = "无门槛";
......
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