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