fix bug
This commit is contained in:
parent
4632ef10d4
commit
3b7b8fcdb4
@ -61,10 +61,7 @@ class TeacherScheduleTimeController extends BaseController
|
||||
->with(['teacher', 'subject', 'oneStudentSchedule'])
|
||||
->order('start_time asc')
|
||||
->select()->toArray();
|
||||
|
||||
print '<pre>';
|
||||
print_r($student_schedule);
|
||||
die;
|
||||
|
||||
|
||||
$array = [];
|
||||
$stu_nmae = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user