Conversation
- 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.