问题: - admin.controller.ts 中 republishSystemAccounts 端点调用 SystemAccountSyncedEvent 时 只传递了 4 个参数,但构造函数需要 6 个参数 - 缺少 baseType(基础类型)和 regionCode(区域代码)参数 修复: - 添加 account.baseType 和 account.regionCode 参数 - 与 contribution-calculation.service.ts 中的调用保持一致 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .claude | ||
| api-gateway | ||
| infrastructure | ||
| mpc-system | ||
| scripts | ||
| services | ||
| .env.windows | ||
| docker-compose.windows.yml | ||