This website requires JavaScript.
Explore
Help
Register
Sign In
tonytech
/
kindergarten_java
Watch
1
Star
0
Fork
0
You've already forked kindergarten_java
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
c8f97c45d4
kindergarten_java
/
reading-platform-frontend
/
.env.test
4 lines
75 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix: 教师端首页今日课程 courseName 和 className 关联查询 问题: - 今日课程功能只查询了 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>
2026-03-21 18:43:47 +08:00
VITE_APP_PORT=5174
VITE_BACKEND_PORT=8481
refactor(租户管理): 调整配额模态框移除套餐选择器 - 移除调整配额模态框中的套餐选择功能 - quotaForm 数据定义移除 collectionIds 字段 - 简化 handleQuota 函数,仅保留配额相关逻辑 - 使前端与后端 UpdateTenantQuotaDto 接口保持一致 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 16:26:53 +08:00
VITE_ENABLE_DEFAULT_ACCOUNT=true
Reference in New Issue
Copy Permalink