Skip to content

Dev#65

Merged
xlorne merged 4 commits into
mainfrom
dev
Jul 1, 2026
Merged

Dev#65
xlorne merged 4 commits into
mainfrom
dev

Conversation

@xlorne

@xlorne xlorne commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

No description provided.

xlorne and others added 4 commits July 1, 2026 10:05
- param-manager 删除/编辑改用 name 作唯一键(id 在领域往返中不保留,重载后为 null 会误删全部)
- 导出成功提示移至 doRender 下载完成后发出,避免必填参数场景下提前误报
- confirmParams 补错误捕获(参数弹窗路径原本绕过 openExport 的 catch)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
ReportConfigController 改用显式 @RequestParam(current/pageSize),
绕开外部库 SearchRequest 的 offset 规范化,使 ?current=N 正确生效。
其余列表 controller 已是 @RequestParam,前端分页联动也已正确,无需改动。

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- place(): source 存在时整体覆盖样式(含 null),清除输出位上模板格
  残留样式(如合计行位移后原设计位被数据格复用,不再误继承居中/边框)
- renderMatrix: 底合计行的设计→输出映射写入 summaryOutputRows,使该行
  模板 merge 走直接定位,不被同源并列带的 shift 重复累加

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- data/student_info.{csv,json}:学生信息表(姓名/性别)
- data/student_scores.{csv,json}:学生成绩表(student/subject/score)
- relationships.json:student_info.name = student_scores.student
- ReportTemplateSeeder:example-student-score-cross-tab,行维姓名/性别
  取自 student_info,科目/成绩取自 student_scores,buildCombinedTable 自动 JOIN

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@xlorne xlorne merged commit 25d1193 into main Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant