diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java index 40789d641..e75add4ca 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java @@ -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())) {