ZxcZxc123 2 lat temu
rodzic
commit
1d77ddb5d3
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      app/api/controller/Education.php

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

@@ -21,11 +21,11 @@ class Education
         }
         $grlist = $EducationModel->getEducationGrList($where, 20, "od asc,recommend desc,gr_id desc");
 
-        $recommendList = $EducationModel->getRecommendEducationGrList(9, "od asc,recommend desc,gr_id desc");
+//        $recommendList = $EducationModel->getRecommendEducationGrList(9, "od asc,recommend desc,gr_id desc");
 
         $result = [
             'grlist' => $grlist,
-            'recommendList' => $recommendList,
+//            'recommendList' => $recommendList,
         ];
         return json($result);
     }