rwadurian/backend/services/wallet-service/src/infrastructure
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
..
external/identity feat(wallet/blockchain/identity): implement system account withdrawal feature 2026-01-06 10:22:15 -08:00
kafka feat(wallet-service): 三层保护机制确保内部转账接收方钱包存在 2026-01-08 07:33:47 -08:00
persistence fix(wallet-service): 修复提现订单查询使用 userId 的问题 2026-01-08 11:24:31 -08:00
redis feat(wallet/blockchain): 热钱包余额预检查及接收方钱包自动创建 2026-01-05 04:31:52 -08:00
infrastructure.module.ts feat(wallet-service): 实现 Unit of Work 模式保证 settleToBalance 事务原子性 2026-01-06 07:50:02 -08:00