fix(withdraws): 提现账本校验区分现金/邀请金两本账展示 #39

Merged
marco merged 1 commits from fix/invite-cash-ledger-reconcile into main 2026-07-07 00:16:27 +08:00

1 Commits

Author SHA1 Message Date
zzhyyyyy dd33a4db92 fix(withdraws): 提现账本校验区分现金/邀请金两本账展示
配合后端 ledger-check 分账改造:
- 异常清单按「现金」「邀请金」分别标注(缺扣款/缺退款/重复退款/
  非退款终态退款/余额差额),便于定位问题落在哪本账。
- 绿色(校验正常)时分别展示两账的余额与流水净额。
- WithdrawLedgerCheck 类型同步后端新增的 7 个 invite_* 字段。

修复现象:此前邀请奖励金提现单被误判为「缺扣款/缺退款流水」,
导致提现审核页现金账本报红。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-06 19:30:58 +08:00