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

[商户会员消费列表][修改][详情]

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

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

@@ -504,14 +504,13 @@
and o.tenant_id=#{tenantId}
<if test=" null != id ">
and cm.`merchant_id` = #{id}
and mb.merchant_id = #{id}
</if>

<if test=" null != userName ">
and mb.`name` like concat('%', #{userName},'%')
and cb.`name` like concat('%', #{userName},'%')
</if>
<if test=" null != phone ">
and mb.`phone` like concat('%', #{phone},'%')
and cb.`phone` like concat('%', #{phone},'%')
</if>
<if test=" null != couponName ">
and co.`title` like concat('%', #{couponName},'%')


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