Commit c9429413 by luoqi

docs(integration): 说明品牌名需单独推、诊所名不用的原因(宿主冗余不对称)

对接方必然会问"诊所名随业务表白送,品牌名为何要单独推一张表"。实证:宿主把
organization_name 冗余进了 21 张业务表,而 tenant_name 只在两张投诉表(不在契约范围),
品牌名只存于 tenant_apply.tenant_info 主档 —— 故必须单独推,好在低频且仅 45 行级。

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
parent 777fd744
...@@ -64,8 +64,12 @@ icon: FileJson ...@@ -64,8 +64,12 @@ icon: FileJson
### `tenant_info` — 品牌主档(低频;变更时全量重推) ### `tenant_info` — 品牌主档(低频;变更时全量重推)
> 品牌展示名来源。PAC 侧 `source_unit` 存的是品牌 GUID(宿主原生 `tenant_id`), > 品牌展示名的**唯一来源**。PAC 侧 `source_unit` 存的是品牌 GUID(宿主原生 `tenant_id`),
> 靠本表派生出中文名下发前端(否则工作台只能显示 GUID)。 > 靠本表派生出中文名下发前端(否则工作台只能显示 GUID)。
>
> ℹ️ **为什么诊所名不用单独推、品牌名要?** 贵方 `organization_name` 冗余进了 21 张业务表
> (病历/影像等都自带),诊所名随业务数据白送;而 `tenant_name` 只出现在两张投诉表
> (不在本契约范围),品牌名只存于本主档 —— 故品牌需单独推这一张小表(45 行级,低频)。
| 字段 | 类型 | 必填 | 说明 | | 字段 | 类型 | 必填 | 说明 |
|---|---|---|---| |---|---|---|---|
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment