From 5f268d08eb08915e5e0afcdfb63dcaef95fbde09 Mon Sep 17 00:00:00 2001 From: hanxueda Date: Tue, 16 Apr 2019 09:58:51 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=A7=AF=E5=88=86][=E4=BF=AE=E6=94=B9]:?= =?UTF-8?q?=E5=8E=BB=E6=8E=89types=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/iformall/domain/po/WxCouponChannel.java | 11 ----------- .../main/resources/mapper/WxCouponChannelMapper.xml | 6 ------ 2 files changed, 17 deletions(-) diff --git a/mallinkService/src/main/java/com/iformall/domain/po/WxCouponChannel.java b/mallinkService/src/main/java/com/iformall/domain/po/WxCouponChannel.java index 1a4c40331..6e81d324f 100644 --- a/mallinkService/src/main/java/com/iformall/domain/po/WxCouponChannel.java +++ b/mallinkService/src/main/java/com/iformall/domain/po/WxCouponChannel.java @@ -54,9 +54,6 @@ public class WxCouponChannel implements Serializable { @Transient protected List couponIds; - @Transient - protected List types; - public List getCouponIds() { return couponIds; } @@ -64,14 +61,6 @@ public class WxCouponChannel implements Serializable { this.couponIds = couponIds; } - public List getTypes() { - return types; - } - - public void setTypes(List types) { - this.types = types; - } - /*租户ID**/ @io.swagger.annotations.ApiModelProperty(value="租户ID",name="tenantId") private String tenantId; diff --git a/mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml index 675aff071..f2fc80996 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml @@ -93,12 +93,6 @@ #{couponIdsItem} - - and c.type in - - #{typesItem} - - order by ${sortColumns}