This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
//activity v.
release_toaliyun_real
xiaohu
10 months ago
parent
7ede2efb3c
commit
266395d4b2
2 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
mallinkService/src/main/resources/mapper/WxVtwoActivityGrantMapper.xml
+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` >= #{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` >= #{createDateBegin}
</if>
Write
Preview
Loading…
Cancel
Save