From 75d5385d95b8e992fdf3a539372127db1e2d7a8f Mon Sep 17 00:00:00 2001 From: Dai Date: Sun, 20 Oct 2024 21:31:13 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=AF=BC=E5=87=BA=E5=AD=A6=E7=94=9F?= =?UTF-8?q?=E8=AF=BE=E8=A1=A8=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/admin/app/controller/StudentScheduleController.php | 6 ++++++ 1 file changed, 6 insertions(+) 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 {