|
|
|
@@ -692,6 +692,12 @@ public class TtCouponGoodsServiceImpl implements TtCouponGoodsService { |
|
|
|
couponChannel.setUpdateDate(new Date()); |
|
|
|
wxCouponChannelMapper.updateStatusByCouponId(couponChannel); |
|
|
|
} |
|
|
|
TtCouponChannelPoi ccPoi = new TtCouponChannelPoi(); |
|
|
|
ccPoi.setId(ttCouponChannelPoi.getId()); |
|
|
|
ccPoi.updateTenantInfo(ttCouponChannelPoi); |
|
|
|
ccPoi.setStatus(op_type); |
|
|
|
ccPoi.setUpdateDate(new Date()); |
|
|
|
ttCouponChannelPoiMapper.updateById(ccPoi); |
|
|
|
} |
|
|
|
|
|
|
|
try { |
|
|
|
|