|
|
|
@@ -437,6 +437,7 @@ public class WxCouponServiceImpl implements WxCouponService { |
|
|
|
if (!EnumCouponType.COUPON_GIFT.getCode().equals(record.getType())){ |
|
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL); |
|
|
|
} |
|
|
|
record.setBusiness(EnumBusiness.BUSINESS_ID6.getCode()); |
|
|
|
} |
|
|
|
|
|
|
|
if (record.getPasswordSupport() != null && record.getPasswordSupport().equals(EnumCouponPasswordSupport.SUPPORTED.getCode())) { |
|
|
|
|