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

Merge remote-tracking branch 'origin/develop' into develop

release_toaliyun_real
luozukai пре 7 година
родитељ
комит
18e165a383
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…
Откажи
Сачувај