From d3a9004590f91c602b53f6a086824a84da81d3b9 Mon Sep 17 00:00:00 2001 From: xhxu Date: Wed, 26 Jul 2023 18:26:59 +0800 Subject: [PATCH] //..coupon_ --- .../com/iformall/service/impl/TtCouponGoodsServiceImpl.java | 6 ++++++ 1 file changed, 6 insertions(+) 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 0652ba705..59f4527ad 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/TtCouponGoodsServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/TtCouponGoodsServiceImpl.java @@ -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 {