|
|
53273ab6e0
|
feat: 租户详情优化 - 添加统计字段,移除最近列表查询
后端变更:
- TenantResponse 添加 classCount、lessonCount 字段用于统计显示
- TenantServiceImpl 添加 getTenantDetail() 和 buildTenantResponse() 方法
- 移除最近教师/学生/班级列表查询逻辑(性能优化)
- 新增 StudentClassStatus 枚举类
前端变更:
- TenantListView.vue 更新详情展示,使用统计数字替代列表
- admin.ts 更新 TenantDetail 类型定义
优化:
- ClassServiceImpl 和 StudentServiceImpl 代码优化
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-03-24 11:34:25 +08:00 |
|