Sfoglia il codice sorgente

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

release_toaliyun_real
gongbiao 7 anni fa
parent
commit
15b9711cfe
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 ">
and cc.`type` = #{type}
</if>
<if test=" null != title ">
<if test=" null != title and ''!= title">
and cc.`title` like concat('%', #{title},'%')
</if>



Caricamento…
Annulla
Salva