|
|
|
@@ -308,7 +308,9 @@ public class WxCouponChannelServiceImpl implements WxCouponChannelService { |
|
|
|
channelId.equals(EnumCouponChannelType.COUPON_CHANNEL_ID_CREDIT.getCode()) // 积分商城 |
|
|
|
){ |
|
|
|
// 默认投放结束时间为有效时间之后 |
|
|
|
beginTime = new Date(); |
|
|
|
if(!wxCoupon.getType().equals(EnumCouponType.COUPON_PREORDER.getCode())){ |
|
|
|
beginTime = new Date(); |
|
|
|
} |
|
|
|
endTime = wxCoupon.getValidEndDate(); |
|
|
|
} |
|
|
|
|
|
|
|
|