Преглед изворни кода

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

release_toaliyun_real
gongbiao пре 6 година
родитељ
комит
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} select id from wx_merchant_b_user where status=0 and merchant_id=#{id}
) )
</if> </if>
<if test=" null != userName ">
<if test=" null != userName and '' != userName ">
and cb.`name` like concat('%', #{userName},'%') and cb.`name` like concat('%', #{userName},'%')
</if> </if>
<if test=" null != phone ">
<if test=" null != phone and '' != phone">
and cb.`phone` like concat('%', #{phone},'%') and cb.`phone` like concat('%', #{phone},'%')
</if> </if>
<if test=" null != couponName ">
<if test=" null != couponName and '' != couponName">
and co.`title` like concat('%', #{couponName},'%') and co.`title` like concat('%', #{couponName},'%')
</if> </if>
<if test="starttime != null"> <if test="starttime != null">


Loading…
Откажи
Сачувај