6009 个人收支汇总上期余额会出现负数

This commit is contained in:
gaowdong 2025-05-19 17:20:23 +08:00
parent 532eb15e38
commit bb43eb5803
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
b.dept_full_name,
b.nick_name,
c.wallet_bal_user as wallet_bal,
(b.income - b.outcome) as wallet_bal_now,
((d.income - d.outcome) + (b.income - b.outcome)) as wallet_bal_now,
b.income,
b.outcome,
(d.income - d.outcome) as last_wallet_bal