Browse Source

[渠道][修改][查询判断]

release_toaliyun_real
gongbiao 7 years ago
parent
commit
15b9711cfe
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml View File

@@ -39,8 +39,8 @@
<if test=" null != type "> <if test=" null != type ">
and cc.`type` = #{type} and cc.`type` = #{type}
</if> </if>
<if test=" null != title ">
<if test=" null != title and ''!= title">
and cc.`title` like concat('%', #{title},'%') and cc.`title` like concat('%', #{title},'%')
</if> </if>




Loading…
Cancel
Save