diff --git a/mallinkService/src/main/java/com/simple/service/impl/WxCouponChannelServiceImpl.java b/mallinkService/src/main/java/com/simple/service/impl/WxCouponChannelServiceImpl.java index b13d7f46e..7065d41c9 100644 --- a/mallinkService/src/main/java/com/simple/service/impl/WxCouponChannelServiceImpl.java +++ b/mallinkService/src/main/java/com/simple/service/impl/WxCouponChannelServiceImpl.java @@ -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);