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

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

配合后端 ledger-check 分账改造:

  • 异常清单按「现金」「邀请金」分别标注(缺扣款/缺退款/重复退款/
    非退款终态退款/余额差额),便于定位问题落在哪本账。
  • 绿色(校验正常)时分别展示两账的余额与流水净额。
  • WithdrawLedgerCheck 类型同步后端新增的 7 个 invite_* 字段。

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

Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com

配合后端 ledger-check 分账改造: - 异常清单按「现金」「邀请金」分别标注(缺扣款/缺退款/重复退款/ 非退款终态退款/余额差额),便于定位问题落在哪本账。 - 绿色(校验正常)时分别展示两账的余额与流水净额。 - WithdrawLedgerCheck 类型同步后端新增的 7 个 invite_* 字段。 修复现象:此前邀请奖励金提现单被误判为「缺扣款/缺退款流水」, 导致提现审核页现金账本报红。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
zhuzihao added 1 commit 2026-07-06 19:33:48 +08:00
配合后端 ledger-check 分账改造:
- 异常清单按「现金」「邀请金」分别标注(缺扣款/缺退款/重复退款/
  非退款终态退款/余额差额),便于定位问题落在哪本账。
- 绿色(校验正常)时分别展示两账的余额与流水净额。
- WithdrawLedgerCheck 类型同步后端新增的 7 个 invite_* 字段。

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

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
marco merged commit 33c80d6927 into main 2026-07-07 00:16:27 +08:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: WonderableAI/shaguabijia-admin-web#39