Browse Source

//activity v.

release_toaliyun_real
xiaohu 10 months ago
parent
commit
266395d4b2
2 changed files with 8 additions and 0 deletions
  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 View 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 View 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>


Loading…
Cancel
Save