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

26 lines
1.1 KiB
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 方案,一次返回流程列表测算利率与执行利率
## 文档路径
- `doc/2026-03-28-workflow-calculate-rate-list-design.md`
- `doc/2026-03-28-workflow-calculate-rate-list-frontend-plan.md`
- `doc/2026-03-28-workflow-calculate-rate-list-backend-plan.md`
- `doc/implementation-report-2026-03-28-workflow-calculate-rate-list-plans.md`
## 计划结论
- 前端计划只修改流程列表页 `ruoyi-ui/src/views/loanPricing/workflow/index.vue`
- 前端新增“测算利率(%)”列,绑定后端返回字段 `calculateRate`
- 后端计划新增列表专用 VO 与 Mapper XML使用联表 SQL 一次返回 `calculateRate``executeRate`
- 两份计划都要求验证结束后关闭本次任务启动的前后端进程
## 说明
- 按仓库要求,设计文档和实施计划均保存在 `doc` 目录
- 仓库约束禁止启用 subagent因此本次未执行基于 subagent 的计划文档复审流程