Переглянути джерело

fix bug

release_toaliyun_real
zhengfangyuan 3 роки тому
джерело
коміт
7bce9b8d2f
1 змінених файлів з 2 додано та 2 видалено
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxBillAllMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxBillAllMapper.xml Переглянути файл

@@ -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,


Завантаження…
Відмінити
Зберегти