fix 定时任务通知

This commit is contained in:
Dai 2024-11-06 21:26:56 +08:00
parent f4d02d27a0
commit a9fc49b0f9

View File

@ -366,10 +366,7 @@ class SendMsgCronJobService
]);
// throw new Exception('未找到课程分配的学生');
}
print '<pre>';
print_r($item->toArray());
die;
$student_info = [];
foreach ($studentSchedule as $student) {