|
|
|
@@ -151,7 +151,7 @@ public class WxCampaignServiceImpl implements WxCampaignService { |
|
|
|
wxCouponChannel.setCouponId(couponId); |
|
|
|
wxCouponChannel.setMerchantId(wxCoupon.getMerchantId()); |
|
|
|
wxCouponChannel.setType(wxCoupon.getType()); |
|
|
|
wxCouponChannel.setTargetAd(EnumCouponChannelType.COUPON_CHANNEL_ID_GAME.getCode()); |
|
|
|
wxCouponChannel.setTargetAd(EnumCouponChannelType.COUPON_CHANNEL_ID_CAMPAIN.getCode()); |
|
|
|
wxCouponChannel.setTenantId(wxCoupon.getTenantId()); |
|
|
|
wxCouponChannel.setBusiness(wxCoupon.getBusiness()); |
|
|
|
wxCouponChannel.setTitle(wxCoupon.getTitle()); |
|
|
|
|