diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java index 962d8d0bc..39b233f8a 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java @@ -292,8 +292,6 @@ public class WxCouponServiceImpl implements WxCouponService { record.setUpdateDate(new Date()); wxCouponMapper.insertSelective(record); - wxCouponMapper.insertPressData(record); - } else { if (merchantParamList != null && merchantParamList.size() > 0) { WxCouponMerchant cmParam = new WxCouponMerchant(); @@ -361,7 +359,6 @@ public class WxCouponServiceImpl implements WxCouponService { } record.setUpdateDate(new Date()); wxCouponMapper.updateByPrimaryKeySelective(record); - wxCouponMapper.insertPressData(record); } return new ResultData(record.getId()); }