From c86179b82b828baaf8f71630b67d5b08b0552028 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Thu, 26 Sep 2019 10:00:57 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=95=86=E5=9C=BA][=E4=BF=AE=E6=94=B9][?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=AD=97=E6=AE=B5parking=5Fspace]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/db/migration/V201909260956__G_MALL.sql | 1 + .../src/main/java/com/iformall/domain/po/WxMall.java | 3 --- mallinkService/src/main/resources/mapper/WxMallMapper.xml | 3 +-- 3 files changed, 2 insertions(+), 5 deletions(-) create mode 100644 mallinkAdmin/src/main/resources/db/migration/V201909260956__G_MALL.sql diff --git a/mallinkAdmin/src/main/resources/db/migration/V201909260956__G_MALL.sql b/mallinkAdmin/src/main/resources/db/migration/V201909260956__G_MALL.sql new file mode 100644 index 000000000..a6b2fadf8 --- /dev/null +++ b/mallinkAdmin/src/main/resources/db/migration/V201909260956__G_MALL.sql @@ -0,0 +1 @@ +alter table wx_mall drop column parking_space; \ No newline at end of file diff --git a/mallinkService/src/main/java/com/iformall/domain/po/WxMall.java b/mallinkService/src/main/java/com/iformall/domain/po/WxMall.java index b15d0ca70..3f909a56a 100644 --- a/mallinkService/src/main/java/com/iformall/domain/po/WxMall.java +++ b/mallinkService/src/main/java/com/iformall/domain/po/WxMall.java @@ -93,9 +93,6 @@ public class WxMall extends BaseEntity { return true; } - @io.swagger.annotations.ApiModelProperty(value = "停车位", name = "parkingSpace") - private String parkingSpace; - @io.swagger.annotations.ApiModelProperty(value = "营业时间", name = "businessHours") private String businessHours; diff --git a/mallinkService/src/main/resources/mapper/WxMallMapper.xml b/mallinkService/src/main/resources/mapper/WxMallMapper.xml index 24fefd546..3cb64fceb 100644 --- a/mallinkService/src/main/resources/mapper/WxMallMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxMallMapper.xml @@ -27,7 +27,6 @@ - @@ -40,7 +39,7 @@ `total_area`,`operating_area`,`park_area`,`park_place_number`,`service_phone`, `img_url`,`img_url_h`, `weap_note`, `img_qrcode_weapp`, `img_qrcode_wemp`, `weapp_share_title`,`weapp_share_cover_img`, `pos_qrcode_rule`, - `sale_type`, `valid_start`, `valid_end`,`parking_space`,`business_hours`,`introduction`,`img` + `sale_type`, `valid_start`, `valid_end`,`business_hours`,`introduction`,`img`