Просмотр исходного кода

//账单

release_toaliyun_real
xhxu 3 лет назад
Родитель
Сommit
3643156d72
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxBillAllServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxBillAllServiceImpl.java Просмотреть файл

@@ -922,7 +922,7 @@ public class WxBillAllServiceImpl implements WxBillAllService {
List<WxBillAllVo> propertyList = this.list(wxBillAll); List<WxBillAllVo> propertyList = this.list(wxBillAll);
Long propertySum = 0l; Long propertySum = 0l;
if(!propertyList.isEmpty()){ if(!propertyList.isEmpty()){
propertySum = rentList.stream().collect(Collectors.summingLong(b -> status == null && filterHasPay == null ? b.getReceivePay() + b.getLatePayPrice() + b.getServiceChargePay() : b.getOwe()));
propertySum = propertyList.stream().collect(Collectors.summingLong(b -> status == null && filterHasPay == null ? b.getReceivePay() + b.getLatePayPrice() + b.getServiceChargePay() : b.getOwe()));
} }
//押金 //押金
List<WxBillAllVo> depositList = new ArrayList<>(); List<WxBillAllVo> depositList = new ArrayList<>();


Загрузка…
Отмена
Сохранить