预种DTO接收2位省代码(如"44")和4位市代码(如"4401"), 但authorization-service需要6位标准格式(如"440000"/"440100")。 - resolveAllocations中新增padEnd(6,'0')标准化转换 - fallback系统账户生成从padStart改为padEnd(右补零) - 正常认种不受影响(SelectProvinceCityDto直接接收6位格式) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .claude | ||
| api-gateway | ||
| infrastructure | ||
| mpc-system | ||
| scripts | ||
| services | ||
| .env.windows | ||
| docker-compose.windows.yml | ||