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
release_toaliyun_real
winter
1 year ago
parent
082aafb371
commit
da8476b532
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
mallinkService/src/main/resources/mapper/WxAllBillMapper.xml
+ 2
- 1
mallinkService/src/main/resources/mapper/WxAllBillMapper.xml
View File
@@ -232,7 +232,8 @@
sum(CAST(ifnull(operating_manage_fee_need_pay,'0') AS DECIMAL(20,2))) operating_manage_fee_need_pay,
starttime,
endtime,
receive_date
receive_date,
parent_bill_id
from wx_all_bill
<include refid="dynamicWhereConditions"/>
group by starttime,endtime
Write
Preview
Loading…
Cancel
Save