rwadurian/backend/services/planting-service/src/domain/aggregates
hailin d6055099c7 fix(planting): 支付完成后直接开启挖矿,跳过底池注入流程
- enableMining() 允许从 PAID 状态直接开启
- addPlanting() 树直接进入 effectiveTreeCount
- payOrder() 删除底池批次逻辑,直接调用 enableMining()

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-14 04:25:31 -08:00
..
index.ts refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00
planting-order.aggregate.spec.ts fix(planting-service): PlantingOrderPaidEvent 添加 accountSequence 字段 2025-12-13 06:13:59 -08:00
planting-order.aggregate.ts fix(planting): 支付完成后直接开启挖矿,跳过底池注入流程 2025-12-14 04:25:31 -08:00
planting-position.aggregate.ts fix(planting): 支付完成后直接开启挖矿,跳过底池注入流程 2025-12-14 04:25:31 -08:00
pool-injection-batch.aggregate.ts refactor(mpc-system): migrate to party-driven architecture with PartyID-based routing 2025-12-05 08:11:28 -08:00