Selaa lähdekoodia

[商场][修改][去掉字段parking_space]

release_toaliyun_real
gongbiao 6 vuotta sitten
vanhempi
commit
c86179b82b
3 muutettua tiedostoa jossa 2 lisäystä ja 5 poistoa
  1. +1
    -0
      mallinkAdmin/src/main/resources/db/migration/V201909260956__G_MALL.sql
  2. +0
    -3
      mallinkService/src/main/java/com/iformall/domain/po/WxMall.java
  3. +1
    -2
      mallinkService/src/main/resources/mapper/WxMallMapper.xml

+ 1
- 0
mallinkAdmin/src/main/resources/db/migration/V201909260956__G_MALL.sql Näytä tiedosto

@@ -0,0 +1 @@
alter table wx_mall drop column parking_space;

+ 0
- 3
mallinkService/src/main/java/com/iformall/domain/po/WxMall.java Näytä tiedosto

@@ -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;



+ 1
- 2
mallinkService/src/main/resources/mapper/WxMallMapper.xml Näytä tiedosto

@@ -27,7 +27,6 @@
<result column="valid_start" jdbcType="TIMESTAMP" property="validStart"/>
<result column="valid_end" jdbcType="TIMESTAMP" property="validEnd"/>
<result column="parking_space" jdbcType="VARCHAR" property="parkingSpace"/>
<result column="business_hours" jdbcType="VARCHAR" property="businessHours"/>
<result column="introduction" jdbcType="VARCHAR" property="introduction"/>
<result column="img" jdbcType="VARCHAR" property="img"/>
@@ -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`
</sql>

<sql id="dynamicWhereConditions">


Ladataan…
Peruuta
Tallenna