From c4098a2081ff2d33ffd88fad5758783afdaa26ad Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Tue, 16 Jan 2024 14:14:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E6=94=B6=E5=85=A5=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=96=B9=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cn/chjyj/szwh/service/impl/AccountCloseServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/cn/chjyj/szwh/service/impl/AccountCloseServiceImpl.java b/src/main/java/cn/chjyj/szwh/service/impl/AccountCloseServiceImpl.java index 942e15f..780a75b 100644 --- a/src/main/java/cn/chjyj/szwh/service/impl/AccountCloseServiceImpl.java +++ b/src/main/java/cn/chjyj/szwh/service/impl/AccountCloseServiceImpl.java @@ -249,9 +249,9 @@ public class AccountCloseServiceImpl implements AccountCloseService { } } // 统计收入 - BigDecimal income = userAccountBillMapper.sumMoney("thatday_sale_money"); + BigDecimal income = userAccountBillMapper.sumMoney("thatday_sale_money",userIsli); // 支出 - BigDecimal disburse = userAccountBillMapper.sumMoney("thatday_buy_money"); + BigDecimal disburse = userAccountBillMapper.sumMoney("thatday_buy_money",userIsli); // 时间格式 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); // 结果集map