首页课程排序问题

This commit is contained in:
86182
2022-11-01 15:28:49 +08:00
parent 62ef4a398f
commit 21dc947cbb

View File

@@ -138,7 +138,7 @@ public class PortalIndexApi extends ApiBaseController{
int i=0;
if(!courses.isEmpty()){
for (Course c:courses) {
coursePageList.getList().set(i,c);
coursePageList.getList().add(i,c);
i++;
}
}