|
|
|
@ -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
|
|
|
|
|