XuqmGroup-Server/xuqm-bugcollect-service
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
..
docs feat(bugcollect): 更新 API 端点并改进数据结构 2026-06-17 18:02:10 +08:00
src/main fix(bugcollect): 修复 trend 接口 500 — GROUP BY 兼容 MySQL only_full_group_by 2026-06-24 18:53:49 +08:00
pom.xml refactor: xuqm-log-service → xuqm-bugcollect-service 2026-06-16 17:39:13 +08:00