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> |
||
|---|---|---|
| .. | ||
| docs | ||
| src/main | ||
| pom.xml | ||