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}