ZxcZxc123 2 年之前
父節點
當前提交
1d77ddb5d3
共有 1 個文件被更改,包括 2 次插入2 次删除
  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);
     }