首页课程排行榜排序问题

This commit is contained in:
86182
2022-11-01 19:19:27 +08:00
parent ad8cef63eb
commit c51b0f64dd

View File

@@ -153,6 +153,9 @@ public class PortalIndexApi extends ApiBaseController{
if(pageList.getList().size()<=6){
pageList.getList().add(c);
}
if(pageList.getList().size()>6){
break;
}
}
//计算下标,