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
hupeng
7 anni fa
parent
10767c2e3c
commit
9a33d38ecc
1 ha cambiato i file
con
2 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-1
mallinkService/src/main/resources/mapper/WxCouponMapper.xml
+ 2
- 1
mallinkService/src/main/resources/mapper/WxCouponMapper.xml
Vedi File
@@ -204,6 +204,7 @@
<sql id="dynamicWhereConditionsForCoupon">
where 1 = 1
<if test=" null != id ">
and `id` = #{id}
@@ -214,7 +215,7 @@
</if>
<if test=" null == type ">
and
`type` < 7
and `type` < 7
</if>
<if test=" null != type ">
Scrivi
Anteprima
Caricamento…
Annulla
Salva