首页课程排行榜排序问题

This commit is contained in:
86182
2022-11-01 18:03:54 +08:00
parent 48ffd4be1c
commit 10af661432

View File

@@ -142,6 +142,12 @@ public class PortalIndexApi extends ApiBaseController{
i++;
}
}
//因为固定是6个
coursePageList.getList().remove(6);
coursePageList.getList().remove(7);
coursePageList.getList().remove(8);
//提取教师信息
List<String> ids=new ArrayList<String>();