Sfoglia il codice sorgente

//activity v.

release_toaliyun_real
xiaohu 10 mesi fa
parent
commit
266395d4b2
2 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. +4
    -0
      mallinkService/src/main/resources/mapper/WxVtwoActivityGrantMapper.xml
  2. +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` &gt;= #{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` &gt;= #{createDateBegin}
</if>


Caricamento…
Annulla
Salva