fix 通知显示名称

This commit is contained in:
Dai 2024-10-08 22:39:32 +08:00
parent e77e8b2ac0
commit 624e278ec0

View File

@ -1044,8 +1044,8 @@ class SendMsgCronJobService
'value' => substr($student_schedule->english_name . '/' . date('m-d H:i', strtotime($student_schedule->start_time)), 0, 18) . '..', 'value' => substr($student_schedule->english_name . '/' . date('m-d H:i', strtotime($student_schedule->start_time)), 0, 18) . '..',
'color' => '#000000' 'color' => '#000000'
], ],
'thing2' => [//作业名称 'thing2' => [//上传者
'value' => substr($student_schedule->english_name . '/' . date('m-d H:i', strtotime($student_schedule->start_time)), 0, 18) . '..', 'value' => $student_schedule->teacher_name,
'color' => '#000000' 'color' => '#000000'
], ],
// 'thing5' => [//批改老师 // 'thing5' => [//批改老师
@ -1204,7 +1204,7 @@ class SendMsgCronJobService
'color' => '#000000' 'color' => '#000000'
], ],
'thing9' => [//学生姓名 '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' 'color' => '#000000'
], ],
'thing5' => [//批改老师 'thing5' => [//批改老师