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