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
fix bug
release_toaliyun_real
zhengfangyuan
3 years ago
parent
681e4dbc78
commit
90c3d5d655
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
mallinkService/src/main/resources/mapper/WxPressBatchMapper.xml
+ 4
- 0
mallinkService/src/main/resources/mapper/WxPressBatchMapper.xml
View File
@@ -35,6 +35,10 @@
and `status` = #{status}
</if>
<if test=" null != name && '' != name">
and `name` like concat('%', #{name},'%')
</if>
<if test=" null != promoterLimitRule">
and `promoter_limit_rule` = #{promoterLimitRule}
</if>
Write
Preview
Loading…
Cancel
Save