Browse Source

//..campaign

release_toaliyun_real
xhxu 3 years ago
parent
commit
08efdb9fd3
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxCampaignServiceImpl.java

+ 3
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxCampaignServiceImpl.java View File

@@ -283,6 +283,8 @@ public class WxCampaignServiceImpl implements WxCampaignService {
wxCouponChannel.setStatus(EnumCouponChannelStatus.STATUS_TAKE_OFFF.getCode()); wxCouponChannel.setStatus(EnumCouponChannelStatus.STATUS_TAKE_OFFF.getCode());
wxCouponChannel.setUpdateDate(new Date()); wxCouponChannel.setUpdateDate(new Date());
wxCouponChannelMapper.updateById(wxCouponChannel); wxCouponChannelMapper.updateById(wxCouponChannel);

wxCouponChannelService.spuStatusSyncByCoupon(wxCouponChannel,wxCouponChannel.getCouponId());
} }
} }
} }
@@ -379,8 +381,8 @@ public class WxCampaignServiceImpl implements WxCampaignService {


wxCouponChannelService.updateQrCode(wxCouponChannel,wxCouponChannel.getId(),wxCouponChannel.getType()); wxCouponChannelService.updateQrCode(wxCouponChannel,wxCouponChannel.getId(),wxCouponChannel.getType());


wxCouponChannelService.spuStatusSyncByCoupon(wxCouponChannel,wxCouponChannel.getCouponId());
} }
wxCouponChannelService.spuStatusSyncByCoupon(wxCouponChannel,couponId);
} }


@Override @Override


Loading…
Cancel
Save