Sfoglia il codice sorgente

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

release_toaliyun_real
luozukai 7 anni fa
parent
commit
18e165a383
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml Vedi 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>




Caricamento…
Annulla
Salva