From 43f6afd8a5c433abc0f2e2cec6f16dfcc60b80ff Mon Sep 17 00:00:00 2001 From: Dai Date: Wed, 15 Jan 2025 21:26:29 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Abug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/service/StudentScheduleService.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/app/common/service/StudentScheduleService.php b/app/common/service/StudentScheduleService.php index af1d63d..05d2871 100644 --- a/app/common/service/StudentScheduleService.php +++ b/app/common/service/StudentScheduleService.php @@ -47,12 +47,9 @@ class StudentScheduleService //添加课程作业信息 $list = $schedule_time->with(['teacher', 'subject', 'subjectHomeworkArr']) - ->fetchSql(true) - ->select(); -// ->toArray(); - print '
';
-            print_r($list);
-            die;
+                ->select()
+                ->toArray();
+
 
             return [
                 'code' => ResponseCode::SUCCESS,