Conversation
将本地自 3a7d149 起未推送的 4 笔提交内容合并提交,使远端 main 追平本地工作树: - feat: 新增 scripts/seed-correlated-all.cjs 全模块关联种子生成器(幂等重建 33 张受管事务表, 20 组贯穿销售→采购→库存→生产→质检→发货→应收应付→HR→PLM 的全链路关联种子,主数据 ID 实时锚定) - fix: scripts/check-seed-integrity.cjs 改用真实表 sal_delivery,消除死表误报 - fix/test/chore: Phase 0 生产代码缺陷修复、单测基建与断言漂移修复(503→0 失败)、 类型基线门禁 tsc-baseline(+.json) 与 vitest-runner,以及门禁/评估报告文档 关联种子重跑校验:ID 级 19 项 + 单号级 4 项引用孤儿均为 0。
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
目的
将本地自 3a7d149 起未推送的 4 笔提交内容合并提交并合入 main,使远端追平本地工作树。
主要变更
(幂等重建 33 张受管事务表,20 组贯穿销售→采购→库存→生产→质检→发货→应收应付→HR→PLM 的全链路关联种子,主数据 ID 实时锚定)
验证
说明
本地 .git 曾因沙箱 git checkout 不稳定导致 refs/objects 损坏,本次依据工作树重建提交,内容等价于原 8ab59600。