mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-09 02:46:50 +08:00
fix: 课程列表默认排序,只保留系统创建时长倒排
This commit is contained in:
@@ -362,7 +362,7 @@ public class CourseDao extends BaseDao<Course> {
|
||||
builder.append("c.").append(orderFieldSql).append(" ").append(orderAscStr).append(", ");
|
||||
}
|
||||
}
|
||||
builder.append("c.is_top DESC, c.sort_weight ASC, c.sys_create_time DESC");
|
||||
builder.append("c.sys_create_time DESC");
|
||||
}
|
||||
|
||||
private void setQueryParams(Query query,
|
||||
|
||||
Reference in New Issue
Block a user