Files
loan-pricing/doc/implementation-report-2026-03-28-workflow-calculate-rate-list-design.md

25 lines
978 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 流程列表测算利率展示设计实施记录
## 实施时间
- 2026-03-28
## 修改内容
- 新增流程列表测算利率展示设计文档
- 明确流程列表页新增“测算利率(%)”列
- 明确后端采用联表 SQL一次查询流程表和模型输出表
- 明确测算利率不回写到 `loan_pricing_workflow`
## 文档路径
- `doc/2026-03-28-workflow-calculate-rate-list-design.md`
- `doc/implementation-report-2026-03-28-workflow-calculate-rate-list-design.md`
## 设计结论
- 流程列表页新增“测算利率(%)”列,默认放在“执行利率(%)”前面
- 后端列表接口通过联表 SQL 统一返回 `calculateRate`
- 个人客户取 `model_retail_output_fields.calculate_rate`
- 企业客户取 `model_corp_output_fields.calculate_rate`
## 说明
- 按仓库要求,本次先完成设计确认,再进入前后端实施计划
- 仓库约束禁止启用 subagent因此本次未执行基于 subagent 的设计文档复审流程