XuqmGroup-Server/xuqm-bugcollect-service/src/main
XuqmGroup 227425b80a fix(bugcollect): 修复 trend 接口 500 — GROUP BY 兼容 MySQL only_full_group_by
SELECT e.createdAt 配合 GROUP BY DATE(e.createdAt) 在 MySQL strict mode
下触发 Expression #1 of SELECT list is not in GROUP BY clause 错误。
改为 MIN(e.createdAt) 作为聚合列,类型不变,LogService 无需修改。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-24 18:53:49 +08:00
..
java/com/xuqm/bugcollect fix(bugcollect): 修复 trend 接口 500 — GROUP BY 兼容 MySQL only_full_group_by 2026-06-24 18:53:49 +08:00
resources fix(db): 修复 sourcemap 上传因唯一约束缺少 build_id 导致 HTTP 500 2026-06-24 15:19:03 +08:00