Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
server
/
formallProject
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
[渠道][修改][查询判断]
release_toaliyun_real
gongbiao
7 anni fa
parent
e3adcac607
commit
15b9711cfe
1 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+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>
Scrivi
Anteprima
Caricamento…
Annulla
Salva