|
|
|
@@ -120,7 +120,7 @@ public class WxCampaignServiceImpl implements WxCampaignService { |
|
|
|
|
|
|
|
if(wxCouponChannels.size()>0) { |
|
|
|
for (int i = 0; i < wxCouponChannels.size(); i++) { |
|
|
|
if (wxCouponChannels.get(i).getId() == couponId) { |
|
|
|
if (wxCouponChannels.get(i).getId().longValue() == couponId.longValue()) { |
|
|
|
wxCouponChannels.get(i).setStatus(EnumCouponChannelStatus.STATUS_THROW_IN.getCode()); |
|
|
|
wxCouponChannels.get(i).setBeginTime(record.getValidStartDate()); |
|
|
|
wxCouponChannels.get(i).setEndTime(record.getValidEndDate()); |
|
|
|
|