doum
昨天 5dbd5bdfc1a4de43722485b728f7d27f9b369eb9
server/dmmall_service/src/main/java/com/doumee/service/business/impl/CouponServiceImpl.java
@@ -106,6 +106,9 @@
                throw new BusinessException(ResponseStatus.NOT_ALLOWED.getCode(), "关联的店铺不存在!");
            }
        }
        if(Constants.equalsInteger(coupon.getCouponType(),Constants.ZERO)){
            coupon.setMaxPrice(null);
        }
        if(coupon.getUseType() ==0){
            coupon.setValidDays(null);
        }else{