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

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

release_toaliyun_real
gongbiao пре 7 година
родитељ
комит
15b9711cfe
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml Прегледај датотеку

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



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