|
|
@@ -556,6 +556,12 @@ public class TtCouponGoodsServiceImpl implements TtCouponGoodsService { |
|
|
ttDraftCouponChannelPoi.setUpdateDate(new Date()); |
|
|
ttDraftCouponChannelPoi.setUpdateDate(new Date()); |
|
|
ttCouponChannelPoiMapper.updateById(ttDraftCouponChannelPoi); |
|
|
ttCouponChannelPoiMapper.updateById(ttDraftCouponChannelPoi); |
|
|
|
|
|
|
|
|
|
|
|
//审核通过即上线 |
|
|
|
|
|
ttCouponChannelPoi.setStatus(EnumSpuSyncStatus.sync_put_on.getCode()); |
|
|
|
|
|
ttCouponChannelPoi.setStatusDesc(""); |
|
|
|
|
|
ttCouponChannelPoi.setUpdateDate(new Date()); |
|
|
|
|
|
ttCouponChannelPoiMapper.updateById(ttCouponChannelPoi); |
|
|
|
|
|
|
|
|
Date now = new Date(); |
|
|
Date now = new Date(); |
|
|
Date showBeginTime = now; |
|
|
Date showBeginTime = now; |
|
|
Date beginTime = null; |
|
|
Date beginTime = null; |
|
|
|