Browse Source

fix bug

release_toaliyun_real
zhengfangyuan 3 years ago
parent
commit
7bce9b8d2f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxBillAllMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxBillAllMapper.xml View File

@@ -695,7 +695,7 @@
round(bill.propertyOwe/100,2) propertyOwe,
round(bill.depositOwe/100,2) depositOwe,
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>
<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) 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) depositLatePay,
max(case oweList.bill_type when '其他费用' then oweList.latePayPrice else 0 end) otherLatePay,


Loading…
Cancel
Save