问题根因: - planting-service 发出的 Kafka 事件体未包含 accountSequence 字段 - 导致 reward_ledger_entries.source_account_sequence 列全部为 NULL - 前端"来源用户"列因此始终显示 '-' 修复方案: - reward-service getRewardEntriesByType 返回结果新增 memo 字段透传 - 前端 RewardEntryDTO 类型加 memo: string | null - 省市团队收益明细"来源用户"列优先用 sourceAccountSequence, 为空时通过正则 /来自用户([^\s的]+)/ 从 memo 中解析 (memo 格式:'市团队权益(441300):来自用户D26031300003的认种') 涉及服务:reward-service、admin-web Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .claude | ||
| api-gateway | ||
| infrastructure | ||
| mpc-system | ||
| scripts | ||
| services | ||
| .env.windows | ||
| docker-compose.windows.yml | ||