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
[分账对账单][修改][查询]
release_toaliyun_real
gongbiao
7 years ago
parent
e5a481a30c
commit
090fa74ed2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mallinkService/src/main/resources/mapper/WxProfitSharingOrderMapper.xml
+ 1
- 1
mallinkService/src/main/resources/mapper/WxProfitSharingOrderMapper.xml
View File
@@ -141,7 +141,7 @@
<if test="id!=null">
and pso.id =#{id}
</if>
<if test="merchantName!=null">
<if test="merchantName!=null
and ''!=merchantName
">
and m.`name` like concat('%',#{merchantName},'%')
</if>
<if test="startdate!=null and enddate!=null">
Write
Preview
Loading…
Cancel
Save