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
//activity v.
release_toaliyun_real
xiaohu
10 mesi fa
parent
7ede2efb3c
commit
266395d4b2
2 ha cambiato i file
con
8 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+4
-0
mallinkService/src/main/resources/mapper/WxVtwoActivityGrantMapper.xml
+4
-0
mallinkService/src/main/resources/mapper/WxVtwoCashBackGrantMapper.xml
+ 4
- 0
mallinkService/src/main/resources/mapper/WxVtwoActivityGrantMapper.xml
Vedi File
@@ -58,6 +58,10 @@
and `activity_type` = #{activityType}
</if>
<if test=" null != cusPhone and cusPhone != '' ">
and `cus_phone` = #{cusPhone}
</if>
<if test=" null != createDateBegin">
and `create_date` >= #{createDateBegin}
</if>
+ 4
- 0
mallinkService/src/main/resources/mapper/WxVtwoCashBackGrantMapper.xml
Vedi File
@@ -62,6 +62,10 @@
and `activity_type` = #{activityType}
</if>
<if test=" null != cusPhone and cusPhone != '' ">
and `cus_phone` = #{cusPhone}
</if>
<if test=" null != createDateBegin">
and `create_date` >= #{createDateBegin}
</if>
Scrivi
Anteprima
Caricamento…
Annulla
Salva