| @@ -695,7 +695,7 @@ | |||||
| round(bill.propertyOwe/100,2) propertyOwe, | round(bill.propertyOwe/100,2) propertyOwe, | ||||
| round(bill.depositOwe/100,2) depositOwe, | round(bill.depositOwe/100,2) depositOwe, | ||||
| round(bill.otherOwe/100,2) otherOwe, | round(bill.otherOwe/100,2) otherOwe, | ||||
| round((bill.rentOwe+bill.bussinessManageOwe+bill.operatingManageOwe+bill.propertyOwe+bill.depositOwe+bill.otherOwe)/100,2) totalOwe, | |||||
| round((bill.rentOwe+bill.bmOwe+bill.omOwe+bill.propertyOwe+bill.depositOwe+bill.otherOwe)/100,2) totalOwe, | |||||
| <choose> | <choose> | ||||
| <when test="1==filterHasPay"> | <when test="1==filterHasPay"> | ||||
| @@ -758,7 +758,7 @@ | |||||
| max(case oweList.bill_type when '租金' then oweList.latePayPrice else 0 end) rentLatePay, | max(case oweList.bill_type when '租金' then oweList.latePayPrice else 0 end) rentLatePay, | ||||
| max(case oweList.bill_type when '商业管理费' then oweList.latePayPrice else 0 end) bmLatePay, | max(case oweList.bill_type when '商业管理费' then oweList.latePayPrice else 0 end) bmLatePay, | ||||
| max(case oweList.bill_type when '营业管理费' then oweList.latePayPrice else 0 end) omtLatePay, | |||||
| max(case oweList.bill_type when '营业管理费' then oweList.latePayPrice else 0 end) omLatePay, | |||||
| max(case oweList.bill_type when '物业费' then oweList.latePayPrice else 0 end) propertyLatePay, | max(case oweList.bill_type when '物业费' then oweList.latePayPrice else 0 end) propertyLatePay, | ||||
| max(case oweList.bill_type when '欠缴押金' then oweList.latePayPrice else 0 end) depositLatePay, | max(case oweList.bill_type when '欠缴押金' then oweList.latePayPrice else 0 end) depositLatePay, | ||||
| max(case oweList.bill_type when '其他费用' then oweList.latePayPrice else 0 end) otherLatePay, | max(case oweList.bill_type when '其他费用' then oweList.latePayPrice else 0 end) otherLatePay, | ||||