Просмотр исходного кода

[C端][新增]:添加楼层楼座筛选商户去重

release_toaliyun_real
hupeng 6 лет назад
Родитель
Сommit
ca0af74762
2 измененных файлов: 4 добавлений и 3 удалений
  1. +3
    -2
      mallinkService/src/main/java/com/iformall/domain/vo/WxMerchantVo.java
  2. +1
    -1
      mallinkService/src/main/resources/mapper/WxMerchantMapper.xml

+ 3
- 2
mallinkService/src/main/java/com/iformall/domain/vo/WxMerchantVo.java Просмотреть файл

@@ -1,6 +1,7 @@
package com.iformall.domain.vo;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import io.swagger.models.auth.In;
import lombok.Data;

import java.util.List;
@@ -41,10 +42,10 @@ public class WxMerchantVo {


@io.swagger.annotations.ApiModelProperty(value="楼座号",name="building")
private Long building;
private Integer building;

@io.swagger.annotations.ApiModelProperty(value="楼层号",name="floor")
private Long floor;
private Integer floor;


@io.swagger.annotations.ApiModelProperty(value = "是否显示在C端", name = "show")


+ 1
- 1
mallinkService/src/main/resources/mapper/WxMerchantMapper.xml Просмотреть файл

@@ -273,7 +273,7 @@
<sql id="allMerchantVoColumns">
m.id,m.img_url,m.name,m.link_phone,m.status,m.business_id,
distinct m.id,m.img_url,m.name,m.link_phone,m.status,m.business_id,
m.is_public,m.email,m.title,m.cover_picture,m.sub_business_id,
m.shop_type,m.introduction,m.action_desc,bu.title as business_name,m.link_line_phone
</sql>


Загрузка…
Отмена
Сохранить