diff --git a/mallinkAdmin/src/main/resources/db/migration/V201910141400__L_COUPON.sql b/mallinkAdmin/src/main/resources/db/migration/V201910141400__L_COUPON.sql deleted file mode 100644 index 76c44a430..000000000 --- a/mallinkAdmin/src/main/resources/db/migration/V201910141400__L_COUPON.sql +++ /dev/null @@ -1,3 +0,0 @@ -alter table wx_coupon -add column `score_price` BIGINT (12) NULL DEFAULT 0 COMMENT '积分售价'; - diff --git a/mallinkService/src/main/java/com/iformall/domain/po/WxCoupon.java b/mallinkService/src/main/java/com/iformall/domain/po/WxCoupon.java index a69b6de6f..e65fbe2ba 100644 --- a/mallinkService/src/main/java/com/iformall/domain/po/WxCoupon.java +++ b/mallinkService/src/main/java/com/iformall/domain/po/WxCoupon.java @@ -204,9 +204,6 @@ public class WxCoupon extends BaseEntity { @TableField(exist = false) private Integer pressSuccCount; - @io.swagger.annotations.ApiModelProperty(value = "积分售价", name = "scorePrice") - private Long scorePrice; - @io.swagger.annotations.ApiModelProperty(value = "过滤可投放0不过滤 1过滤", name = "filterCanPut") @TableField(exist = false) private Integer filterCanPut; diff --git a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml index 0481bd491..a77ded171 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml @@ -44,7 +44,6 @@ - @@ -91,14 +90,13 @@ - `id`,`tenant_id`,`type`,`cover_img`,`cover_picture`,`detail_picture`,`title`,`sub_title`,`sale_price`,`use_price`,`use_limit_quantity`,`send_type`, `valid_type`,`valid_start_date`,`valid_end_date`,`valid_days`,`detail`,`price`,`unit`,`remain_inventory`,`inventory`, `remark`,`status`,`create_date`,`update_date`,`business`,`sub_business`,`support_transfer`,`subsidy_num`,`subsidy_type`, - `press_limit_num`, `press_limit_hours`, `auto_refund`,`credit_price`,`credit_refund`,`put_apply_status`,`stock_apply_status`,`cancle_apply_status`,`conditions`,approval_type,score_price + `press_limit_num`, `press_limit_hours`, `auto_refund`,`credit_price`,`credit_refund`,`put_apply_status`,`stock_apply_status`,`cancle_apply_status`,`conditions`,approval_type