|
|
|
@@ -100,9 +100,6 @@ public class WxCouponChannelServiceImpl implements WxCouponChannelService { |
|
|
|
} |
|
|
|
WxCouponChannel wxCouponChannel = new WxCouponChannel(); |
|
|
|
wxCouponChannel.setEndTime(endTime); |
|
|
|
if(wxCoupon.getValidEndDate()!=null){ |
|
|
|
wxCouponChannel.setEndTime(wxCoupon.getValidEndDate()); |
|
|
|
} |
|
|
|
wxCouponChannel.setStatus(0); |
|
|
|
wxCouponChannel.setBeginTime(beginTime); |
|
|
|
|
|
|
|
|