- 新增 UnitOfWork 接口和实现,使用 Prisma Interactive Transaction - 修改 IWalletAccountRepository 和 ILedgerEntryRepository 接口支持可选事务参数 - 修改仓库实现,支持在事务中执行数据库操作 - 修改 settleToBalance 方法使用 UnitOfWork,确保钱包更新和流水记录原子性 - 注册 UnitOfWorkService 到 InfrastructureModule 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| docs | ||
| prisma | ||
| scripts | ||
| src | ||
| test | ||
| .env.example | ||
| .gitignore | ||
| Dockerfile | ||
| deploy.sh | ||
| nest-cli.json | ||
| package.json | ||
| tsconfig.build.json | ||
| tsconfig.json | ||