Files
hi-server/internal/logic/admin
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-03-06 21:58:29 -08:00
2026-03-05 02:13:28 -08:00
2026-03-03 09:32:22 -08:00
x
2026-03-08 22:37:58 -07:00
2026-01-06 16:24:24 +08:00
x
2026-04-04 11:46:06 -07:00