feat(M01-B): 严格转换旧库订单金额

This commit is contained in:
Codex
2026-06-18 09:40:40 +08:00
parent 2715405c7d
commit b8b384ed67
5 changed files with 273 additions and 5 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
"db:migrate:up": "npm run build && node dist/db/migrate-cli.js up",
"db:migrate:verify": "npm run build && node dist/db/migrate-cli.js verify",
"db:migrate:down": "npm run build && node dist/db/migrate-cli.js down",
"test": "npm run build && node tests/backend-contract.test.mjs && node tests/migration-contract.test.mjs && node tests/mysql-pool-contract.test.mjs && node tests/migration-runner.test.mjs && node tests/legacy-read-repository.test.mjs"
"test": "npm run build && node tests/backend-contract.test.mjs && node tests/migration-contract.test.mjs && node tests/mysql-pool-contract.test.mjs && node tests/migration-runner.test.mjs && node tests/legacy-money.test.mjs && node tests/legacy-read-repository.test.mjs"
},
"dependencies": {
"@fastify/cors": "^11.2.0",