|
|
@@ -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);
|
|
|
}
|