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

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

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

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

@@ -474,14 +474,14 @@
select id from wx_merchant_b_user where status=0 and merchant_id=#{id}
)
</if>
<if test=" null != userName ">
<if test=" null != userName and '' != userName ">
and cb.`name` like concat('%', #{userName},'%')
</if>
<if test=" null != phone ">
<if test=" null != phone and '' != phone">
and cb.`phone` like concat('%', #{phone},'%')
</if>
<if test=" null != couponName ">
<if test=" null != couponName and '' != couponName">
and co.`title` like concat('%', #{couponName},'%')
</if>
<if test="starttime != null">


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