mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-10 03:16:48 +08:00
首页课程排行榜排序问题
This commit is contained in:
@@ -137,6 +137,8 @@ public class PortalIndexApi extends ApiBaseController{
|
||||
|
||||
PageList<Course> pageList = new PageList<>();
|
||||
pageList.setList(new ArrayList<>());
|
||||
pageList.setPageSize(6);
|
||||
pageList.setCount(coursePageList.getCount());
|
||||
|
||||
int i=0;
|
||||
if(!courses.isEmpty()){
|
||||
|
||||
Reference in New Issue
Block a user