Silent 6 năm trước cách đây
mục cha
commit
e1a901c5be

+ 1 - 1
app/Http/Controllers/Admin/CheckCardController.php

@@ -78,7 +78,7 @@ class CheckCardController extends Controller
             $tmp = $student->getCheckCardTime($request->input('begin_date'), $request->input('end_date'));
             $tmp = $student->getCheckCardTime($request->input('begin_date'), $request->input('end_date'));
             $student->total = (int)$tmp['total'];
             $student->total = (int)$tmp['total'];
             $student->totalHuman = $tmp['totalHuman'];
             $student->totalHuman = $tmp['totalHuman'];
-            $student->couseName = $student->getCourseName();
+            $student->courseName = $student->getCourseName();
         }
         }
 
 
         $students = $students->sortByDesc('total');
         $students = $students->sortByDesc('total');