Procházet zdrojové kódy

//activity v.

release_toaliyun_real
xiaohu před 10 měsíci
rodič
revize
266395d4b2
2 změnil soubory, kde provedl 8 přidání a 0 odebrání
  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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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>


Načítá se…
Zrušit
Uložit