diff --git a/plugin/admin/app/controller/StudentScheduleController.php b/plugin/admin/app/controller/StudentScheduleController.php index 3ca6b53..ca782d0 100644 --- a/plugin/admin/app/controller/StudentScheduleController.php +++ b/plugin/admin/app/controller/StudentScheduleController.php @@ -370,6 +370,12 @@ class StudentScheduleController extends Crud } } + + /** + * @desc 导出学生课表 + * @param Request $request + * @return Response + */ public function exportStudentSchedule(Request $request) { try {