fix bug
This commit is contained in:
parent
f8f0d5801a
commit
213307c0af
@ -68,10 +68,9 @@ class TeacherScheduleTimeController extends BaseController
|
|||||||
|
|
||||||
foreach ($student_schedule as $k => &$v) {
|
foreach ($student_schedule as $k => &$v) {
|
||||||
|
|
||||||
|
|
||||||
if ($v['oneStudentSchedule']) {
|
if ($v['oneStudentSchedule']) {
|
||||||
if ($v['is_publish']) {
|
if ($v['is_publish']) {
|
||||||
$student[] = $v['student_name'];
|
$student[] = $v['oneStudentSchedule']['student_name'];
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$student[] = '';
|
$student[] = '';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user