|
|
|
@@ -922,7 +922,7 @@ public class WxBillAllServiceImpl implements WxBillAllService { |
|
|
|
List<WxBillAllVo> propertyList = this.list(wxBillAll); |
|
|
|
Long propertySum = 0l; |
|
|
|
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<>(); |
|
|
|
|