mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-09 19:06:49 +08:00
首页课程排序问题
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user