rwadurian/backend/services/wallet-service/src/domain
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
..
aggregates fix(wallet-service): 修复流水查询使用 userId 导致记录丢失的问题 2026-01-08 11:16:04 -08:00
events feat(withdrawal): implement withdrawal order and fund allocation system 2025-12-09 02:35:27 -08:00
repositories fix(wallet-service): 修复提现订单查询使用 userId 的问题 2026-01-08 11:24:31 -08:00
value-objects feat(statistics): 恢复榴莲树认种数量趋势图表 2026-01-06 10:01:37 -08:00