mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-06-23 04:22:43 +08:00
fixed: 后台线上课列表的默认排序
This commit is contained in:
parent
4a7d97d7c8
commit
11de12cb7c
@ -107,7 +107,7 @@
|
||||
ORDER BY `courses`.`created_at` DESC
|
||||
</when>
|
||||
<otherwise>
|
||||
ORDER BY `courses`.`id` ASC
|
||||
ORDER BY `courses`.`id` DESC
|
||||
</otherwise>
|
||||
</choose>
|
||||
</if>
|
||||
|
Loading…
x
Reference in New Issue
Block a user