forked from wangziqi/gongxue-base
feat: integrate CampusScope.filter() into all business services (12 services + 12 modules)
This commit is contained in:
@@ -38,4 +38,14 @@ export class DashboardController {
|
||||
) {
|
||||
return this.service.getRoomExpenseRanking(periodStart, periodEnd);
|
||||
}
|
||||
}
|
||||
|
||||
@Get('class-attendance-ranking')
|
||||
getClassAttendanceRanking() {
|
||||
return this.service.getClassAttendanceRanking();
|
||||
}
|
||||
|
||||
@Get('classroom-occupancy')
|
||||
getClassroomOccupancy() {
|
||||
return this.service.getClassroomOccupancy();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user