问题: - 今日课程功能只查询了 lesson 表,没有 JOIN 关联表 - TeacherLessonVO 的 courseName 和 className 字段为 null - 前端无法显示课程名称和班级名称 修复: - LessonMapper 新增 selectTodayLessonsWithDetails() 方法 - 通过 LEFT JOIN course_package 和 clazz 表获取名称 - TeacherStatsServiceImpl 重写 getTodayLessons() 方法 - 添加类型转换辅助方法 (getLong/getString/getLocalDate/getLocalTime/getLocalDateTime) 影响范围: - 教师端首页 - 今日课程模块 - API: GET /api/v1/teacher/today-lessons - API: GET /api/v1/teacher/dashboard Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .gitkeep | ||
| 2026-02-14.md | ||
| 2026-02-22-detailed.md | ||
| 2026-02-22.md | ||
| 2026-02-24.md | ||
| 2026-02-28.md | ||
| 2026-03-13.md | ||
| 2026-03-14-api-500-error-report.md | ||
| 2026-03-14-school-e2e-full-pass.md | ||
| 2026-03-14-school-e2e-test.md | ||
| 2026-03-21-export-feature.md | ||