Просмотр исходного кода

//activity v.

release_toaliyun_real
xiaohu 10 месяцев назад
Родитель
Сommit
266395d4b2
2 измененных файлов: 8 добавлений и 0 удалений
  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 Просмотреть файл

@@ -58,6 +58,10 @@
and `activity_type` = #{activityType} and `activity_type` = #{activityType}
</if> </if>


<if test=" null != cusPhone and cusPhone != '' ">
and `cus_phone` = #{cusPhone}
</if>

<if test=" null != createDateBegin"> <if test=" null != createDateBegin">
and `create_date` &gt;= #{createDateBegin} and `create_date` &gt;= #{createDateBegin}
</if> </if>


+ 4
- 0
mallinkService/src/main/resources/mapper/WxVtwoCashBackGrantMapper.xml Просмотреть файл

@@ -62,6 +62,10 @@
and `activity_type` = #{activityType} and `activity_type` = #{activityType}
</if> </if>


<if test=" null != cusPhone and cusPhone != '' ">
and `cus_phone` = #{cusPhone}
</if>

<if test=" null != createDateBegin"> <if test=" null != createDateBegin">
and `create_date` &gt;= #{createDateBegin} and `create_date` &gt;= #{createDateBegin}
</if> </if>


Загрузка…
Отмена
Сохранить