From 1635d7d2af155638832ff8baa2eff46537296e5e Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Tue, 25 Jun 2019 18:00:17 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8E=BB=E9=99=A4=E5=88=A0=E9=99=A4][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9]:=E5=8E=BB=E9=99=A4=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E8=AF=AD=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/iformall/service/WxCouponChannelService.java | 7 ------- .../iformall/service/impl/WxCouponChannelServiceImpl.java | 5 ----- 2 files changed, 12 deletions(-) diff --git a/mallinkService/src/main/java/com/iformall/service/WxCouponChannelService.java b/mallinkService/src/main/java/com/iformall/service/WxCouponChannelService.java index 66055f162..28d030b91 100644 --- a/mallinkService/src/main/java/com/iformall/service/WxCouponChannelService.java +++ b/mallinkService/src/main/java/com/iformall/service/WxCouponChannelService.java @@ -67,13 +67,6 @@ public interface WxCouponChannelService { */ ResultData saveOrUpdate(WxCouponChannel record); - /** - * 根据Id删除实体 - * - * @param id - */ - void deleteById(Long id); - ResultData addBatch(String[] ids, String[] channelId, String tanantId, Date beginTime, Date endTime); void updateStatusByCouponId(Long couponId,String tenantId,int status); diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java index 7bcfe1a8f..c134311ce 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java @@ -108,11 +108,6 @@ public class WxCouponChannelServiceImpl implements WxCouponChannelService { return new ResultData(); } - @Override - public void deleteById(Long id) { - wxCouponChannelMapper.deleteByPrimaryKey(id); - } - @Override public ResultData addBatch(String[] ids, String[] channelId, String tanantId, Date beginTime, Date endTime) {