Browse Source

fix

release_toaliyun_real
winter 1 year ago
parent
commit
da8476b532
1 changed files with 2 additions and 1 deletions
  1. +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


Loading…
Cancel
Save