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

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

release_toaliyun_real
gongbiao пре 6 година
родитељ
комит
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} and o.tenant_id=#{tenantId}
<if test=" null != id "> <if test=" null != id ">
and cm.`merchant_id` = #{id} and cm.`merchant_id` = #{id}
and mb.merchant_id = #{id}
</if> </if>


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


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