diff --git a/mallinkService/src/main/resources/mapper/WxVtwoActivityGrantMapper.xml b/mallinkService/src/main/resources/mapper/WxVtwoActivityGrantMapper.xml
index a9783b81b..7bda33d3e 100644
--- a/mallinkService/src/main/resources/mapper/WxVtwoActivityGrantMapper.xml
+++ b/mallinkService/src/main/resources/mapper/WxVtwoActivityGrantMapper.xml
@@ -58,6 +58,10 @@
and `activity_type` = #{activityType}
+
+ and `cus_phone` = #{cusPhone}
+
+
and `create_date` >= #{createDateBegin}
diff --git a/mallinkService/src/main/resources/mapper/WxVtwoCashBackGrantMapper.xml b/mallinkService/src/main/resources/mapper/WxVtwoCashBackGrantMapper.xml
index c67b7630e..f9d5f23df 100644
--- a/mallinkService/src/main/resources/mapper/WxVtwoCashBackGrantMapper.xml
+++ b/mallinkService/src/main/resources/mapper/WxVtwoCashBackGrantMapper.xml
@@ -62,6 +62,10 @@
and `activity_type` = #{activityType}
+
+ and `cus_phone` = #{cusPhone}
+
+
and `create_date` >= #{createDateBegin}