Merge branch 'RM2_develop' into qyqy_develop

This commit is contained in:
zhangshy
2026-09-11 11:25:24 +08:00
4 changed files with 25 additions and 4 deletions
@@ -103,3 +103,13 @@
| `disposition_hint` | 列表级只读研判提示 |
| `disposition_assessment` | 详情级只读研判草案 |
## 预警详情客户对象
预警详情中的客户对象不使用内部数据库主键:
| 字段 | 含义 |
|---|---|
| `customer_no` | 业务客户编号,来源 `sys_user.user_no` |
| `customer_id` | 兼容字段,值与 `customer_no` 相同,仅供既有前端继续使用 |
内部 `fin_customer_profile.customer_id` 和 `sys_user.id` 不向预警详情接口暴露。
@@ -32,6 +32,8 @@
- 证据快照。
- 只读研判草案。
客户编号统一使用 `sys_user.user_no`。内部 `sys_user.id` 和 `fin_customer_profile.customer_id` 只能用于服务端关联,不能作为预警详情的客户编号展示。
## 证据快照
`fin_risk_alert.evidence_snapshot` 保存:
@@ -60,4 +62,3 @@
- 不修改预警业务状态。
- 不把部分文件信息写入证据快照。
- 返回明确错误供人工处理。