From d4b2df82dac28fce315b59aa81b9b62d5e651019 Mon Sep 17 00:00:00 2001 From: hectorzhao Date: Mon, 13 Jul 2026 10:17:40 +0800 Subject: [PATCH] docs: record signature status display deployment --- docs/testing-progress.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/testing-progress.md b/docs/testing-progress.md index 34119f5..9b38353 100644 --- a/docs/testing-progress.md +++ b/docs/testing-progress.md @@ -1650,6 +1650,7 @@ git diff --check - 生产核查【安徽航天信息】确认状态保存成功:两个 `carrier=all` 通道分别为 approved、reporting,三网真实汇总均为 reporting 且 1/2 通过;Bug 在于前端将 reporting 转换成旧 pending,再显示成“审核中”,并丢失通过数/总数。 - 企业签名列表和报备详情改为直接使用 API `carrierReportSummary.status/approved/total`:展示未报备、报备中、部分通过(x/y)、全部通过(x/y)、资料待补充、报备失败和不适用;签名 `auditStatus` 另列显示草稿、待审核、已通过、已驳回。详情同时列出每个目标通道的真实状态,不再读取 `drainageInfo.carrierStatus` 冒充当前汇总。 - 按用户授权,本次将工作区其他会话的字段代码校验、Select 搜索、应用列表及样式等改动一并测试和发布;API 全量 13 suites、137 项通过,API build、前端 build、`git diff --check` 通过。 +- 已将完整工作区提交 `344b2afe` 部署生产,部署前完成 PostgreSQL 与 `ade06058` 运行源码备份,无待执行 migration。生产 `.deployed-commit=344b2afe`,四项服务 active,`12026/17890/8090/3000` 监听,API/Gateway health 与外部 HTTP 200;发布产物已确认包含“部分通过(x/y)”“全部通过(x/y)”“签名审核”。生产【安徽航天信息】仍为 auditStatus=draft、reportStatus=reporting、1/2 通道 approved,刷新后应展示签名审核“草稿”和三网“部分通过(1/2)”。 ## 2026-07-13 企业页面可用性与报备展示修正