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

[商户信息][修改][C端展示问题]

release_toaliyun_real
gongbiao 7 лет назад
Родитель
Сommit
66f6440e85
1 измененных файлов: 1 добавлений и 2 удалений
  1. +1
    -2
      mallinkService/src/main/resources/mapper/WxMerchantMapper.xml

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

@@ -130,7 +130,6 @@
FROM wx_merchant m FROM wx_merchant m
left join wx_brand b on b.id = m.brand left join wx_brand b on b.id = m.brand
left join wx_business bu on b.id = m.business_id left join wx_business bu on b.id = m.business_id
where ms.is_del = 0
<where> <where>
<if test=" null != tenantId "> <if test=" null != tenantId ">
and m.`tenant_id` = #{tenantId} and m.`tenant_id` = #{tenantId}
@@ -178,7 +177,7 @@
FROM wx_merchant m FROM wx_merchant m
left join wx_brand b on b.id = m.brand left join wx_brand b on b.id = m.brand
left join wx_business bu on b.id = m.business_id left join wx_business bu on b.id = m.business_id
where ms.is_del = 0
where 1=1
<if test=" null != merchantName and ''!=merchantName "> <if test=" null != merchantName and ''!=merchantName ">
and m.`name` like concat('%', #{merchantName},'%') and m.`name` like concat('%', #{merchantName},'%')
</if> </if>


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