mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-15 13:56:50 +08:00
首页课程排行榜排序问题
This commit is contained in:
@@ -142,6 +142,12 @@ public class PortalIndexApi extends ApiBaseController{
|
|||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
//因为固定是6个
|
||||||
|
coursePageList.getList().remove(6);
|
||||||
|
coursePageList.getList().remove(7);
|
||||||
|
coursePageList.getList().remove(8);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//提取教师信息
|
//提取教师信息
|
||||||
List<String> ids=new ArrayList<String>();
|
List<String> ids=new ArrayList<String>();
|
||||||
|
|||||||
Reference in New Issue
Block a user