diff --git a/mallinkService/src/main/java/com/iformall/service/impl/TtCouponGoodsServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/TtCouponGoodsServiceImpl.java index 59f4527ad..610ddd1e9 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/TtCouponGoodsServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/TtCouponGoodsServiceImpl.java @@ -573,7 +573,7 @@ public class TtCouponGoodsServiceImpl implements TtCouponGoodsService { couponChannel.setShowBeginTime(showBeginTime); couponChannel.setBeginTime(beginTime); couponChannel.setEndTime(endTime); -// couponChannel.setStatus(EnumCouponChannelStatus.STATUS_THROW_IN.getCode()); + couponChannel.setStatus(EnumCouponChannelStatus.STATUS_THROW_IN.getCode()); couponChannel.setCouponId(wxCoupon.getId()); couponChannel.setMakeMerchantId(wxCoupon.getMakeMerchantId()); couponChannel.setType(wxCoupon.getType());