rwadurian/backend/services/mining-admin-service/src
hailin 16daa7403c fix(mining-admin): 修正Excel列索引
Excel实际格式是:
- 索引0: 序号
- 索引1: 注册ID
- 索引2: 认种量(棵)
- 索引3: 挖矿开始时间
- 索引4: 批次
- 索引5: 授权提前挖的天数
- 索引6: 备注

之前代码从索引0读取用户ID是错误的,现在修正为从索引1开始读取。

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 19:58:17 -08:00
..
api feat(batch-mining): 添加详细的调试日志 2026-01-21 05:49:04 -08:00
application fix(mining-admin): 修正Excel列索引 2026-01-21 19:58:17 -08:00
infrastructure feat(contribution): 添加系统账户算力来源类型字段 2026-01-21 04:23:50 -08:00
shared feat(mining-ecosystem): 添加挖矿生态系统完整微服务与前端 2026-01-10 17:45:46 -08:00
app.module.ts fix(mining-*): add parent .env path for shared config 2026-01-15 06:58:56 -08:00
main.ts chore(mining-admin-service): 统一API版本为v2 2026-01-11 19:25:49 -08:00