rwadurian/backend/services/reporting-service/src
hailin 4dcdfb8a3c fix(wallet/reporting): 修复手续费归集统计 API 的数据库表名和响应解包问题
- wallet-service: 修复 getFeeCollectionSummary 中原生 SQL 使用错误表名
  - 将 ledger_entries 改为 wallet_ledger_entries(Prisma 映射表名)
- reporting-service: 修复 getFeeCollectionSummary/Entries 响应解包
  - wallet-service 返回 { success, data, timestamp } 格式需要解包 data

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 21:04:02 -08:00
..
api feat(admin-web): 添加面对面结算明细列表功能 2026-01-06 20:40:12 -08:00
application feat(admin-web): 添加面对面结算明细列表功能 2026-01-06 20:40:12 -08:00
config refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
domain feat(reporting): 实现 Dashboard API 完整功能 2025-12-18 00:31:08 -08:00
infrastructure fix(wallet/reporting): 修复手续费归集统计 API 的数据库表名和响应解包问题 2026-01-06 21:04:02 -08:00
shared refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
app.module.ts feat(reporting): 实现 Dashboard API 完整功能 2025-12-18 00:31:08 -08:00
main.ts fix(reporting-service): 启动 Kafka 微服务消费者以记录真实活动 2025-12-19 21:50:36 -08:00