mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-13 12:56:48 +08:00
首页课程排序问题
This commit is contained in:
@@ -138,7 +138,7 @@ public class PortalIndexApi extends ApiBaseController{
|
|||||||
int i=0;
|
int i=0;
|
||||||
if(!courses.isEmpty()){
|
if(!courses.isEmpty()){
|
||||||
for (Course c:courses) {
|
for (Course c:courses) {
|
||||||
coursePageList.getList().set(i,c);
|
coursePageList.getList().add(i,c);
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user