From 624e278ec0695c74b3f27d5b2fb6e292dadb2c1d Mon Sep 17 00:00:00 2001 From: Dai Date: Tue, 8 Oct 2024 22:39:32 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E9=80=9A=E7=9F=A5=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/service/SendMsgCronJobService.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/common/service/SendMsgCronJobService.php b/app/common/service/SendMsgCronJobService.php index 2d83efe..8414468 100644 --- a/app/common/service/SendMsgCronJobService.php +++ b/app/common/service/SendMsgCronJobService.php @@ -1044,8 +1044,8 @@ class SendMsgCronJobService 'value' => substr($student_schedule->english_name . '/' . date('m-d H:i', strtotime($student_schedule->start_time)), 0, 18) . '..', 'color' => '#000000' ], - 'thing2' => [//作业名称 - 'value' => substr($student_schedule->english_name . '/' . date('m-d H:i', strtotime($student_schedule->start_time)), 0, 18) . '..', + 'thing2' => [//上传者 + 'value' => $student_schedule->teacher_name, 'color' => '#000000' ], // 'thing5' => [//批改老师 @@ -1204,7 +1204,7 @@ class SendMsgCronJobService 'color' => '#000000' ], 'thing9' => [//学生姓名 - 'value' => substr($student_schedule->english_name . '/' . date('m-d H:i', strtotime($student_schedule->start_time)), 0, 18) . '..', + 'value' => $student_schedule->student_name, 'color' => '#000000' ], 'thing5' => [//批改老师