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 ee6944cc4..24ca5fab6 100644
--- a/mallinkService/src/main/java/com/iformall/domain/po/WxMall.java
+++ b/mallinkService/src/main/java/com/iformall/domain/po/WxMall.java
@@ -84,6 +84,8 @@ public class WxMall implements Serializable {
private String servicePhone;
@io.swagger.annotations.ApiModelProperty(value="商场图标",name="imgUrl")
private String imgUrl;
+ @io.swagger.annotations.ApiModelProperty(value="商场图标",name="imgUrlH")
+ private String imgUrlH;
@io.swagger.annotations.ApiModelProperty(value="迈外迪key",name="wiwideKey")
private String wiwideKey;
@@ -187,6 +189,14 @@ public class WxMall implements Serializable {
this.imgUrl = _imgUrl;
}
+ public String getImgUrlH() {
+ return imgUrlH;
+ }
+
+ public void setImgUrlH(String imgUrlH) {
+ this.imgUrlH = imgUrlH;
+ }
+
public String getWiwideKey() {
return wiwideKey;
}
diff --git a/mallinkService/src/main/resources/mapper/WxMallMapper.xml b/mallinkService/src/main/resources/mapper/WxMallMapper.xml
index 519738336..6420525f0 100644
--- a/mallinkService/src/main/resources/mapper/WxMallMapper.xml
+++ b/mallinkService/src/main/resources/mapper/WxMallMapper.xml
@@ -18,13 +18,14 @@
+
- `id`,`tenant_id`,`name`,`group`,`country`,`province`,`city`,`addr`,`wiwide_id`,`total_area`,`operating_area`,`park_area`,`park_place_number`,`pay_id`,`service_phone`,`img_url`,`wiwide_key`,`wiwide_url`
+ `id`,`tenant_id`,`name`,`group`,`country`,`province`,`city`,`addr`,`wiwide_id`,`total_area`,`operating_area`,`park_area`,`park_place_number`,`pay_id`,`service_phone`,`img_url`,`img_url_h`,`wiwide_key`,`wiwide_url`
@@ -105,7 +106,9 @@
and `img_url` = #{imgUrl}
-
+
+
+ and `img_ur_h` = #{imgUrlH}
and id in