diff --git a/mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml
index f90303680..57ce67512 100644
--- a/mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml
+++ b/mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml
@@ -296,7 +296,7 @@
- delete from wx_coupon_channel where sub_target_id = #{id}
+ update wx_coupon_channel set status = 1 where sub_target_id = #{id}