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