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

25 lines
849 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
## 修改内容
- 新增流程列表更新时间展示设计文档
- 明确列表将“创建时间”替换为“更新时间”
- 明确后端列表 VO 与联表 SQL 补充 `updateTime`
- 明确排序继续按 `update_time DESC`
## 文档路径
- `doc/2026-03-28-workflow-update-time-list-design.md`
- `doc/implementation-report-2026-03-28-workflow-update-time-list-design.md`
## 设计结论
- 前端列表只展示“更新时间”
- 前端时间列绑定 `updateTime`
- 后端列表专用 VO 增加 `updateTime`
- 联表 SQL 返回 `lpw.update_time AS updateTime`
## 说明
- 按仓库要求,本次先完成设计确认,再进入前后端实施计划
- 仓库约束禁止启用 subagent因此本次未执行基于 subagent 的设计文档复审流程