From 3643156d72bef9aa0e81f40630a47825b7bce409 Mon Sep 17 00:00:00 2001 From: xhxu Date: Fri, 21 Oct 2022 13:44:30 +0800 Subject: [PATCH] =?UTF-8?q?//=E8=B4=A6=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/iformall/service/impl/WxBillAllServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxBillAllServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxBillAllServiceImpl.java index 6a5814939..220df7b17 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxBillAllServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxBillAllServiceImpl.java @@ -922,7 +922,7 @@ public class WxBillAllServiceImpl implements WxBillAllService { List 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 depositList = new ArrayList<>();