Files
shanshanzhong147 878d5006f0 fix: move withdrawal commission deduction from application to approval
- commissionWithdrawLogic: remove upfront commission deduction;
  balance check now includes sum of all pending withdrawals to prevent
  double-spending; transaction only creates the withdrawal record (status=0)
- approveWithdrawal: add FOR UPDATE lock on user row, balance check before
  deducting, atomic commission decrement and commission log inside one
  transaction; clear user cache after commit
- rejectWithdrawal: remove commission refund and log — commission was never
  deducted on application under the new flow
- add migration 02150: refund commission for existing status=0 withdrawals
  that were deducted under the old logic; includes rollback script

Co-authored-by: multica-agent <github@multica.ai>
2026-05-24 19:38:59 -07:00
..
2026-05-13 11:24:13 -07:00
2026-05-19 19:35:44 -07:00
x
2026-05-16 04:13:05 -07:00
2026-05-19 19:35:44 -07:00
2026-05-06 05:42:48 -07:00
2026-03-06 21:58:29 -08:00
2026-05-13 11:24:13 -07:00
2026-03-06 21:58:29 -08:00
2026-05-19 19:35:44 -07:00
2026-05-06 04:59:04 -07:00