Explorar el Código

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

release_toaliyun_real
gongbiao hace 7 años
padre
commit
5663dc40bd
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxMerchantMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxMerchantMapper.xml Ver fichero

@@ -129,7 +129,7 @@
<include refid="allMerchantVoColumns"/> <include refid="allMerchantVoColumns"/>
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 bu.id = m.business_id
<where> <where>
<if test=" null != tenantId "> <if test=" null != tenantId ">
and m.`tenant_id` = #{tenantId} and m.`tenant_id` = #{tenantId}
@@ -176,7 +176,7 @@
<include refid="allMerchantVoColumns"/> <include refid="allMerchantVoColumns"/>
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 bu.id = m.business_id
where 1=1 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},'%')


Cargando…
Cancelar
Guardar