rwadurian/backend/services/wallet-service/src/infrastructure/persistence
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
..
prisma refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
repositories fix(wallet-service): 修复提现订单查询使用 userId 的问题 2026-01-08 11:24:31 -08:00
unit-of-work feat(wallet-service): 实现 Unit of Work 模式保证 settleToBalance 事务原子性 2026-01-06 07:50:02 -08:00