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
luozukai
6 years ago
parent
47f43db947
commit
45841e628a
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/WxBillActionMapper.xml
+ 4
- 0
mallinkService/src/main/resources/mapper/WxBillActionMapper.xml
View File
@@ -30,6 +30,10 @@
<if test=" null != action ">
and `action` = #{action}
</if>
<if test="null == action ">
and `action` != 7
</if>
<if test=" null != billId ">
and `bill_id` = #{billId}
Write
Preview
Loading…
Cancel
Save