rwadurian/backend/services/wallet-service/src/api
hailin 641612a5d0 fix(wallet-service): 修复提现订单查询使用 userId 的问题
将提现订单查询从 userId 改为使用 accountSequence:
- getWithdrawals: 使用 findByAccountSequence 替代 findByUserId
- getFiatWithdrawals: 使用 findByAccountSequence 替代 findByUserId
- 新增 withdrawal-order.repository 的 findByAccountSequence 方法

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 11:24:31 -08:00
..
controllers fix(wallet-service): 修复提现订单查询使用 userId 的问题 2026-01-08 11:24:31 -08:00
dto feat(fiat-withdrawal): add complete fiat withdrawal system 2026-01-03 06:39:11 -08:00
api.module.ts feat(wallet-service): 三层保护机制确保内部转账接收方钱包存在 2026-01-08 07:33:47 -08:00