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' => [//批改老师