ZxcZxc123 2 年 前
コミット
0b873e1977
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/api/controller/Education.php

+ 1 - 1
app/api/controller/Education.php

@@ -145,7 +145,7 @@ class Education
             ];
             $course_list[] = $course_info;
         }
-        $count_and_all = $this->getCountAndAlll((array) $gr_id);
+        $count_and_all = $this->getCountAndAlll($gr_id);
         $result = [
             'course_list' => $course_list,
             'count' => $count_and_all[0]['count'],